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]
|
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]
|
||||||
|
|||||||
Reference in New Issue
Block a user