Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WcaleNieWolny authored Mar 31, 2024
1 parent 82e5511 commit bb73d95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ jobs:
- name: Show testing env
working-directory: ./capgo
run: bunx envinfo --preset playwright
- name: Prebuild web server
working-directory: ./capgo
run: ENV=local bun run vite build --sourcemap true --minify false --assetsDir .
- name: Run CLI Tests
working-directory: ./capgo
run: deno run --allow-all tests_backend/run_backend_tests.ts ${{ inputs.tests_to_run }}
Expand Down

0 comments on commit bb73d95

Please sign in to comment.