Skip to content

Commit

Permalink
change dir before output
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDold committed Apr 13, 2024
1 parent 8605c1f commit 1f79d57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,11 @@ jobs:
- name: Run driver, translator and search tests
run: |
cd ..
pwd
ls
tree . -L 2
cd misc/
cd downward/misc/
tox -e driver,translator,search,parameters,autodoc
- name: Run CPLEX tests
Expand Down

0 comments on commit 1f79d57

Please sign in to comment.