Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Oct 7, 2024
1 parent da20003 commit 5ffa917
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
node-version: ['14']
e2e: ['a', 'b']
env:
INSTALL_NODE_MODULES: true
RUN_SERVICES: true
E2E: true
TZ: Australia/Sydney
CYPRESS_SCREENSHOTS_FOLDER: /tmp/cypress
Expand All @@ -30,7 +28,10 @@ jobs:
docker compose build
docker compose pull
docker compose up -d
- name: Install client
- name: Install planning
run: npm ci
working-directory: ./
- name: Install e2e
run: npm install
- name: Build Client
run: npm run build
Expand Down

0 comments on commit 5ffa917

Please sign in to comment.