Fix setup-buildx test workflow
Signed-off-by: CrazyMax <[email protected]>
This commit is contained in:
@@ -19,10 +19,10 @@ jobs:
|
||||
uses: actions/[email protected]
|
||||
-
|
||||
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/[email protected]
|
||||
|
||||
Reference in New Issue
Block a user