Skip to content

Commit

Permalink
[CI] Add integration-test matrix for worker and local (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Oct 25, 2023
1 parent d852ebd commit 376afe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
os: [ubuntu-latest]
bzlmod: [true]
directory: [examples/simple-android]
strategy: [local, worker]
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout the sources"
Expand All @@ -57,4 +58,4 @@ jobs:
uses: bazelbuild/setup-bazelisk@v2
- name: "Running integration tests ${{ matrix.directory }}"
working-directory: ${{ matrix.directory }}
run: bazel test //... --enable_bzlmod=${{ matrix.bzlmod }}
run: bazel test //... --enable_bzlmod=${{ matrix.bzlmod }} --strategy=AndroidLint=${{ matrix.strategy }}

0 comments on commit 376afe9

Please sign in to comment.