Skip to content

Commit

Permalink
Update functests to use yarn install instead of npm install
Browse files Browse the repository at this point in the history
This matches how JS deps are installed in the Docker build.
  • Loading branch information
robertknight committed Nov 8, 2023
1 parent fb940e0 commit b1cfd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Create test database
run: psql -U postgres -h localhost -p 5432 -c 'CREATE DATABASE htest'
- run: python -m pip install 'tox<4'
- run: npm install
- run: yarn install --immutable
- run: gulp build
- run: tox -e functests
Frontend:
Expand Down

0 comments on commit b1cfd5d

Please sign in to comment.