Fix setup-buildx test workflow

Signed-off-by: CrazyMax <[email protected]>
This commit is contained in:
CrazyMax
2020-08-11 14:33:58 +02:00
parent 6df1822dc3
commit 36c90bc3ab
+2 -2
View File
@@ -19,10 +19,10 @@ jobs:
uses: actions/[email protected] uses: actions/[email protected]
- -
name: Install name: Install
run: yarn install run: yarn --cwd ./setup-buildx/ install
- -
name: Test name: Test
run: yarn run test run: yarn --cwd ./setup-buildx/ run test
# - # -
# name: Upload coverage # name: Upload coverage
# uses: codecov/[email protected] # uses: codecov/[email protected]