Skip to content

Commit

Permalink
ci: auto install deps in frontend and backend dirs of examples before…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
porcellus committed Oct 9, 2023
1 parent 924a624 commit 5c4ed26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
working-directory: ${{ matrix.examplePath }}
steps:
- uses: actions/checkout@v2
- run: '[ -d "frontend" ] && npm i --prefix ./frontend'
- run: '[ -d "backend" ] && npm i --prefix ./backend'
- run: bash '[ -d "frontend" ] && npm i --prefix ./frontend'
- run: bash '[ -d "backend" ] && npm i --prefix ./backend'
- run: npm install git+https://github.com:supertokens/supertokens-auth-react.git#$GITHUB_SHA
- run: npm install
- run: npm install [email protected] [email protected] puppeteer@^11.0.0 isomorphic-fetch@^3.0.0
Expand Down

0 comments on commit 5c4ed26

Please sign in to comment.