Skip to content

Commit

Permalink
Fix error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsss committed Dec 6, 2023
1 parent 9b3551c commit d6bdb55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build Clio
on:
push:
branches: [master, release/*, develop]
pull_request:
branches: [master, release/*, develop]
# pull_request:
# branches: [master, release/*, develop]
workflow_dispatch:


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Run clio_tests
run: |
chmod +x ./clio_tests_${{ runner.os }}_${{ matrix.build_type }}
chmod +x ./clio_tests
./clio_tests --gtest_filter="-BackendCassandraBaseTest*:BackendCassandraTest*:BackendCassandraFactoryTestWithDB*"
Expand Down

0 comments on commit d6bdb55

Please sign in to comment.