Skip to content

Commit

Permalink
Playwright install in action and try to understand if we have pg_dump…
Browse files Browse the repository at this point in the history
… available
  • Loading branch information
AdamHawtin committed Nov 18, 2024
1 parent 857f046 commit c45706b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ jobs:
- name: Install dependencies
run: make install-dev

- name: Install Playwright
run: poetry run playwright install

- uses: actions/download-artifact@v4
with:
name: static
Expand All @@ -190,3 +193,6 @@ jobs:

- name: Run Functional Tests
run: poetry run behave functional_tests

- name: check pg_dump
run: which pg_dump

0 comments on commit c45706b

Please sign in to comment.