Skip to content

Commit

Permalink
added env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Pellicano committed Aug 30, 2024
1 parent 84298d3 commit 9e9be31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/healtcheck-backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
- name: add env file
run: cp .env.example .env
- name: Run backend tests
run: npm run e2e_backend

0 comments on commit 9e9be31

Please sign in to comment.