Skip to content

Commit

Permalink
Fix ci working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JJendryka committed Dec 7, 2023
1 parent 8142f3b commit 14aec47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
- name: Run installation with tuttest
run: |
cd ./main
pwd
tuttest README.md unnamed0 | bash -
tuttest README.md unnamed1 | bash -
tuttest README.md unnamed2 | bash -
tuttest README.md unnamed3 | bash -
tuttest README.md unnamed4 | bash -
tuttest README.md unnamed5 | bash -
- name: Run example with tuttest
run: tuttest README.md run-example | bash -
run: |
cd ./main
tuttest README.md run-example | bash -

0 comments on commit 14aec47

Please sign in to comment.