Skip to content

Commit

Permalink
add nginx to e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienheureux committed Jan 28, 2025
1 parent e9b3bbc commit c8e40a9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,19 @@ jobs:
--health-retries 50
ports:
- 6543:5432
proxy:
image: nginx:latest
volumes:
- ${{ github.workspace }}/nginx/:/etc/nginx/
ports:
- "8080:80"
options: --name nginx
steps:
- uses: actions/checkout@v4

- name: Restart nginx
uses: docker://docker
with:
args: docker restart nginx
- uses: actions/setup-node@v4
with:
node-version-file: ".tool-versions"
Expand Down

0 comments on commit c8e40a9

Please sign in to comment.