Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test-canisters.sh script to CI #2655

Merged
merged 16 commits into from
Oct 23, 2024
Prev Previous commit
Next Next commit
add ls check
  • Loading branch information
lmuntaner committed Oct 23, 2024
commit fa52abdb0d37b1ee0d4ee81735122984f7ff2480
2 changes: 2 additions & 0 deletions .github/workflows/canister-tests.yml
Original file line number Diff line number Diff line change
@@ -412,6 +412,8 @@ jobs:
- name: Run tests
run: |
pwd
ls -l
ls -l scripts
./scripts/test-canisters.sh --no-build

######################