Skip to content

Commit

Permalink
Speed up master CI by using already-compiled binary for UI testing
Browse files Browse the repository at this point in the history
This should get rid of the last source of building Tobira again in CI.
  • Loading branch information
LukasKalbertodt committed Jan 10, 2024
1 parent 8cd0863 commit e34ae4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ jobs:
- name: Install Playwright browsers
working-directory: frontend
run: npx playwright install --with-deps
- name: Start Tobira for playwright tests
uses: JarvusInnovations/background-action@v1
with:
run: ./tobira serve --config util/dev-config/config.toml &
wait-on: http://localhost:3090
- name: Run playwright tests
working-directory: frontend
run: npx playwright test
Expand Down

0 comments on commit e34ae4e

Please sign in to comment.