Skip to content

Commit

Permalink
Add a setup job
Browse files Browse the repository at this point in the history
  • Loading branch information
nkmrh committed Jun 13, 2023
1 parent 9cc2148 commit 0023f53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ on:
branches: [ main ]

jobs:
setup:
- uses: plaidev/karte-expo-plugin/.github/workflows/setup.yml@main
test:
runs-on: ubuntu-latest
needs: setup
steps:
- uses: plaidev/karte-expo-plugin/.github/workflows/setup.yml@main
- run: yarn test

0 comments on commit 0023f53

Please sign in to comment.