mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-06 00:35:53 -05:00
Fix setup-buildx test workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
6df1822dc3
commit
36c90bc3ab
1 changed files with 2 additions and 2 deletions
4
.github/workflows/setup-buildx-test.yml
vendored
4
.github/workflows/setup-buildx-test.yml
vendored
|
@ -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 a new issue