diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 583a6d71bf..818df83b14 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,6 +41,8 @@ jobs: ./tests/property/candid_rpc/class_api/stable_b_tree_map ./tests/property/candid_rpc/functional_api/stable_b_tree_map ') || '' }} + - name: Check output + run: echo ${{ steps.get_tests.outputs.tests }} determine-should-run-tests: name: Determine if tests should run