Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tevko committed Jan 27, 2025
1 parent 01a3295 commit c65ea05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Build and start Docker containers
run: |
docker compose -f docker-compose.yml -f docker-compose.test.yml --env-file test.env --profile postgres up -d --build
JIGSAW_SERVICE_ACCT=${{ secrets.JIGSAW_SERVICE_ACCT }} docker compose -f docker-compose.yml -f docker-compose.test.yml --env-file test.env --profile postgres up -d --build
- name: Health Check the Server http response
uses: jtalk/url-health-check-action@v4
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@ services:
- "1080:1080"

server:
args:
JIGSAW_SERVICE_ACCT: ${JIGSAW_SERVICE_ACCT}
environment:
- GOOGLE_CREDENTIALS_BASE64
- JIGSAW_SERVICE_ACCT

0 comments on commit c65ea05

Please sign in to comment.