Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
as2024ad committed Nov 28, 2024
1 parent fcf52da commit 8db50ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-dev-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Verify npm version
run: npm version

- name: Run the dev integration tests
run: cd browser-tests/dev-integration-tests; docker-compose up --exit-code-from dev-integration-tests

- uses: actions/upload-artifact@v4
name: Playwright report
if: always()
Expand All @@ -46,9 +49,6 @@ jobs:
path: |
${{ github.workspace }}/browser-tests/dev-integration-tests/playwright-report
- name: Run the dev integration tests
run: cd browser-tests/dev-integration-tests; docker-compose up --exit-code-from dev-integration-tests

- name: Run Tidy up
if: always()
run: cd browser-tests/dev-integration-tests; docker-compose down --volumes
2 changes: 1 addition & 1 deletion browser-tests/dev-integration-tests/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ services:
- PLAYWRIGHT_BASE_URL=http://children-social-care-cpd
- CI=1
volumes:
- ./playwright-report:/app/playwright-report/
- ./playwright-report:./playwright-report/
command: npx playwright test
working_dir: /app

0 comments on commit 8db50ae

Please sign in to comment.