Skip to content

Commit

Permalink
test print
Browse files Browse the repository at this point in the history
  • Loading branch information
komal-sai-yral committed Nov 28, 2024
1 parent 0b2c96f commit 1cdc3c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/all_canisters_test_suite_on_any_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
run: |
nix-shell --run "dfx build post_cache"
gzip -f -1 ./target/wasm32-unknown-unknown/release/post_cache.wasm
- name: Run canister test suite temp
env:
POCKET_IC_BIN: ${{ github.workspace }}/pocket-ic
run: nix-shell --run "cargo test --package integration_tests --test platform_orchestrator --no-default-features -- reset_ml_feed_cache_test::reset_ml_feed_cache_test --exact --show-output"
- name: Run canister test suite
env:
POCKET_IC_BIN: ${{ github.workspace }}/pocket-ic
Expand Down

0 comments on commit 1cdc3c0

Please sign in to comment.