Skip to content

Commit

Permalink
update docker and test
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Nov 9, 2023
1 parent dd98635 commit 1b5ea1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
--health-retries 5
postgres:
image: postgres:14
env:
Expand Down Expand Up @@ -53,7 +53,8 @@ jobs:
yarn build --filter=frontend --filter=backend
- name: Run Playwright tests
run: npx playwright test
# with workground https://github.com/microsoft/playwright/issues/6500
run: HOME=/root npx playwright test

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

0 comments on commit 1b5ea1c

Please sign in to comment.