Skip to content

Commit

Permalink
Install only chromium browser for semaphore end-to-end test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed Jan 22, 2024
1 parent 9577fb5 commit 16f33db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ blocks:
- checkout
- 'echo "Testing node:$NODEJS_VERSION on mysql:$MYSQL_VERSION"'
- yarn --ignore-engines
- npx playwright install
- npx playwright install chromium
- 'yarn build:db'
- yarn build
- mkdir results
Expand Down

0 comments on commit 16f33db

Please sign in to comment.