Skip to content

Commit

Permalink
fix(ci): start from the .env.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Feb 8, 2024
1 parent 564a284 commit b235a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Start app
run: |
touch .env
cp .env.sample .env
docker compose up --detach client server
- name: Run Cypress tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Start app
run: |
touch .env
cp .env.sample .env
docker compose up --detach client
- name: Run Lighthouse tests for a11y
Expand Down

0 comments on commit b235a42

Please sign in to comment.