Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpivo authored Sep 9, 2024
1 parent e1c8df6 commit b264043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash
run: |
cp .env.test .env
docker-compose up -d
docker compose up -d
sleep 30s
- name: Run the tests
Expand All @@ -47,4 +47,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
directory: sadco-server/test
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b264043

Please sign in to comment.