Skip to content

Commit

Permalink
Fixed GH Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Oct 11, 2024
1 parent dfdda46 commit 79553b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_bazel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
test:
- "//base/javacontainer/test:ExaStackTraceCleanerTest"
Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:
- name: Install JDK and ZMQ
run: |
sudo apt-get update
sudo apt-get install -y openjdk-11-jdk libzmq3-dev
sudo apt-get install -y openjdk-11-jdk libzmq3-dev valgrind
- name: Run tests
run: |
bazel test ${{ matrix.additional_args }} ${{ matrix.test }}
Expand Down

0 comments on commit 79553b2

Please sign in to comment.