Skip to content

Commit

Permalink
continue debugging workflow 6
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Sep 10, 2024
1 parent 509d323 commit ba78728
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ jobs:
run: unzip kinode.zip

- name: Run Kit tests
run: ./kit t code/tests.toml
#run: ./kit t code/tests.toml
run: |
pwd
ls -l
./kit t code/tests.toml
build:
needs: test
Expand Down

0 comments on commit ba78728

Please sign in to comment.