Fix setup-buildx test workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>pull/87/head
parent
6df1822dc3
commit
36c90bc3ab
|
@ -19,10 +19,10 @@ jobs:
|
||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v2.3.1
|
||||||
-
|
-
|
||||||
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/codecov-action@v1.0.7
|
# uses: codecov/codecov-action@v1.0.7
|
||||||
|
|
Loading…
Reference in New Issue