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 ba6b4f8 commit e15f9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
working-directory: ${{ matrix.examplePath }}
steps:
- uses: actions/checkout@v2
- run: bash ../../test/updateExampleAppDeps.sh
- run: bash ../../test/updateExampleAppDeps.sh .
- run: npm install [email protected] [email protected] puppeteer@^11.0.0 isomorphic-fetch@^3.0.0
- run: npm run build || true
- run: |
Expand Down

0 comments on commit e15f9fc

Please sign in to comment.