File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1111 # Should include `INTEGRATION_TEST_BIN` from the `Makefile`
1212 # TODO: Remove `build/libscylla-cpp-driver.*` after https://github.com/scylladb/cpp-rust-driver/issues/164 is fixed.
1313 INTEGRATION_TEST_BIN : |
14- ' build/cassandra-integration-tests'
15- ' build/libscylla-cpp-driver.*'
14+ build/cassandra-integration-tests
15+ build/libscylla-cpp-driver.*
1616 INTEGRATION_TEST_BIN_CACHE_KEY : integration-test-bin-${{ github.sha }}
1717 # Goes to `Makefile` to let it pickup cached binary
1818 DONT_REBUILD_INTEGRATION_BIN : true
4545 path : ${{ env.INTEGRATION_TEST_BIN }}
4646 key : ${{ env.INTEGRATION_TEST_BIN_CACHE_KEY }}
4747
48+ - name : Check if cached was saved
49+ run : exit 1
50+
4851 scylla-integration-tests :
4952 name : Scylla ITs
5053 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments