Skip to content

Commit

Permalink
Fix setup-buildx test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Aug 11, 2020
1 parent 6df1822 commit 36c90bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup-buildx-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
uses: actions/checkout@v2.3.1
-
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/codecov-action@v1.0.7
Expand Down

0 comments on commit 36c90bc

Please sign in to comment.