Skip to content

Commit

Permalink
deps: update action-test-and-analyse (#576)
Browse files Browse the repository at this point in the history
* Trigger

* Bump bcgov-nr/action-test-and-analyse
  • Loading branch information
DerekRoberts authored Oct 20, 2023
1 parent 08974f0 commit cbc72d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run Cypress CI
uses: bcgov-nr/action-test-and-analyse@v1.0.0
uses: bcgov-nr/action-test-and-analyse@v1.1.0
with:
node_version: "18.16.0"
commands: |
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ RUN caddy fmt --overwrite /etc/caddy/Caddyfile

# User, port and healthcheck
EXPOSE 3000
HEALTHCHECK --interval=30s --timeout=3s CMD curl -f http://localhost:3000
HEALTHCHECK CMD curl -f http://localhost:3000
USER 1001

0 comments on commit cbc72d5

Please sign in to comment.