diff --git a/.github/workflows/all_canisters_test_suite_on_any_push.yml b/.github/workflows/all_canisters_test_suite_on_any_push.yml index c5ffd7ca..e8cf5766 100644 --- a/.github/workflows/all_canisters_test_suite_on_any_push.yml +++ b/.github/workflows/all_canisters_test_suite_on_any_push.yml @@ -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