We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c19278 commit 60fff52Copy full SHA for 60fff52
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
run: ./scripts/build_tests.sh
62
63
- name: output candid
64
- run: test_canisters/fs_tests/src/fs_tests_backend/fs_tests_backend.did
+ run: cat test_canisters/fs_tests/src/fs_tests_backend/fs_tests_backend.did
65
- name: output test_setup
66
run: cat fuzz-tests/src/test_setup.rs
67
0 commit comments