Fix setup-buildx test workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/87/head
CrazyMax 5 years ago
parent 6df1822dc3
commit 36c90bc3ab
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -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

Loading…
Cancel
Save