Skip to content

Commit

Permalink
Added build stage to Cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts-ctrlo committed Jan 21, 2025
1 parent e91e5c1 commit 76e7bfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,11 @@ jobs:
echo '*:*:*:postgres:postgrespassword' > ~/.pgpass
chmod 600 ~/.pgpass
- name: 'Install YARN dependencies'
# If the code isn't built (public dir) then the tests will fail
run: |
sudo apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
yarn
yarn build --no-watch
- name: 'Start the application'
env:
DANCER_CONFDIR: 'webdriver'
Expand Down

0 comments on commit 76e7bfc

Please sign in to comment.