Skip to content

Commit

Permalink
Fixing windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW committed Feb 9, 2024
1 parent aff57a8 commit 04fe6bd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ jobs:
run: |
choco install docker-compose
#----------------------------------------------
# copy docker compose file
#----------------------------------------------
- name: Copy docker compose file
run: cp $DOCKER_COMPOSE_PATH ./docker-compose.yml
run: |
cp $GITHUB_WORKSPACE/$DOCKER_COMPOSE_PATH ./docker-compose.yml
#----------------------------------------------
# run docker compose & tests
Expand All @@ -65,4 +68,4 @@ jobs:

- name: Run the test scripts
run: |
docker compose exec -T myfinances_django ./infrastructure/backend/scripts/tests/views.sh
docker compose exec -T myfinances_django ./infrastructure/backend/scripts/tests/views.sh

0 comments on commit 04fe6bd

Please sign in to comment.