Skip to content

Commit

Permalink
chore: run keycloak for e2e tests as well (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
gparlakov authored Sep 29, 2024
1 parent 3a912bf commit fe28eb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Run db
- name: Run db and keycloak
working-directory: ./api
run: docker compose up -d pg-db
run: docker compose up -d pg-db keycloak

- name: Run stripe webhook
working-directory: ./api
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install Frontend Dependencies
working-directory: ./frontend
run: yarn install --immutable

- name: Install e2e Dependencies
working-directory: ./frontend/e2e
run: yarn install --immutable
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
name: playwright-report
path: ./frontend/e2e/test-results/
retention-days: 14

- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit fe28eb6

Please sign in to comment.