Skip to content

Commit

Permalink
Specify working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nkmrh committed Jun 13, 2023
1 parent 154de34 commit fc5dc65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
uses: plaidev/karte-expo-plugin/.github/workflows/setup.yml@main
test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: plugin
needs: setup
steps:
- run: yarn test

0 comments on commit fc5dc65

Please sign in to comment.