Skip to content

Commit

Permalink
check if files/ dir is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Jan 31, 2023
1 parent c04cbd0 commit 0389da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/starter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
sleep 0.1;
done;
docker exec -i openatlas /bin/bash -c "cd /var/www/openatlas/instance/ && ls -la && cat testing.py && cat production.py"
docker exec -i openatlas /bin/bash -c "cd /var/www/openatlas/ls -la && ls -la files/export/"
- name: Run tests
run: |
Expand Down

0 comments on commit 0389da4

Please sign in to comment.