Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Oct 7, 2024
1 parent 1524f1c commit da20003
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 @@ -25,12 +25,13 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Build server
run: docker compose build
- name: Start services
- name: Start server
run: |
docker compose build
docker compose pull
docker compose up -d
- name: Install client
run: npm install
- name: Build Client
run: npm run build
- name: E2E Suite A
Expand Down

0 comments on commit da20003

Please sign in to comment.