Skip to content

Commit

Permalink
chore: add keycloak to playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
gparlakov committed Aug 9, 2024
1 parent feade6a commit 4c36c75
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 4c36c75

Please sign in to comment.