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 ba28b85 commit fa1ccb9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/check_bazel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest

env:
USE_BAZEL_VERSION: 7.2.1
steps:
- uses: actions/checkout@v4
- matrix:
strategy:
matrix:
test:
- "//base/javacontainer/test:ExaStackTraceCleanerTest"
- "//base/javacontainer/test:javacontainer-test-legacy-parser"
Expand Down Expand Up @@ -46,6 +42,11 @@ jobs:
- test: "//base/script_options_parser/legacy/..."
additional_args: ["--config asan"]


env:
USE_BAZEL_VERSION: 7.2.1
steps:
- uses: actions/checkout@v4
- name: Search for duplicated error codes
run: bash find_duplicate_error_codes.sh

Expand Down

0 comments on commit fa1ccb9

Please sign in to comment.