Skip to content

Commit

Permalink
explicitly set config file
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrb committed Apr 4, 2024
1 parent 5b4aa97 commit 19393dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: |
docker build -t cloudlog .
docker run -d -p 80:80 cloudlog
- name: Output Docker logs
run: docker logs $(docker ps -q --filter ancestor=cloudlog)
- name: Run Cypress tests
uses: cypress-io/github-action@v2
with:
Expand Down

0 comments on commit 19393dc

Please sign in to comment.