Skip to content

Commit 6f1dc4a

Browse files
committed
1
1 parent f95a2c2 commit 6f1dc4a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build-lint-and-test.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ env:
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
@@ -45,6 +45,9 @@ jobs:
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

0 commit comments

Comments
 (0)