Fix setup-buildx test workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-07 11:02:53 +02:00
parent 6df1822dc3
commit 36c90bc3ab
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -19,10 +19,10 @@ jobs:
uses: actions/checkout@v2.3.1
-
name: Install
run: yarn install
run: yarn --cwd ./setup-buildx/ install
-
name: Test
run: yarn run test
run: yarn --cwd ./setup-buildx/ run test
# -
# name: Upload coverage
# uses: codecov/codecov-action@v1.0.7