Skip to content

Commit

Permalink
TEST - Move .env creation
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Oct 5, 2023
1 parent 22b55b0 commit 7822072
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/local-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,11 @@ jobs:
with:
node-version: 18

- name: Create .env file
run: touch .env

- name: Start Services
working-directory: ./backend
run: docker compose -f docker-compose-web.yml up -d
run: |
touch .env
docker compose -f docker-compose-web.yml up -d
- name: Run Cypress full submission test
uses: Wandalen/wretry.action@master
Expand Down

0 comments on commit 7822072

Please sign in to comment.