Skip to content

Commit

Permalink
debug directory in action
Browse files Browse the repository at this point in the history
  • Loading branch information
mleist committed Feb 13, 2024
1 parent 8d1c9f8 commit 23e298f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
echo "ls -la"
ls -la
cookiecutter --no-input -f --config-file ./cookiecutter-tests.yaml ./
echo "ls -la"
ls -la
- name: Install dependencies 2
working-directory: ./testing-project
run: |
Expand All @@ -51,6 +53,10 @@ jobs:
- name: Run tests
working-directory: ./testing-project
run: |
echo "pwd"
pwd
echo "ls -la"
ls -la
pytest tests
- name: Stop Docker compose
working-directory: ./testing-project
Expand Down

0 comments on commit 23e298f

Please sign in to comment.