Skip to content

Commit

Permalink
[WIP] test fail-closed
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-guardiola committed Sep 6, 2024
1 parent 6ae5f91 commit a33e23c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
- name: check for relevant changes
id: check_changes
run: |
./ci/check_bazel.sh //examples/android:android_app || ./ci/files_changed.sh .github/workflows/android.yaml || ./ci/files_changed.sh "^platform/jvm/gradle-test-app/.*\.(gradle|kts|kt|xml)$" && ./ci/run_tests.sh
true
./ci/files_changed.sh .github/workflows/android.yaml || ./ci/files_changed.sh "^platform/jvm/gradle-test-app/.*\.(gradle|kts|kt|xml)$" && ./ci/run_tests.sh
build_apk:
runs-on: ubuntu-latest
if: needs.pre_check.outputs.should_run == 'true'
Expand Down
2 changes: 1 addition & 1 deletion ci/files_changed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

set -e

git rev-parse --abbrev-ref HEAD | grep -q ^main$ || git diff --name-only "origin/$GITHUB_BASE_REF" | grep -E "$1"
git diff --name-only "test/$GITHUB_BASE_REF" | grep -E "$1"

0 comments on commit a33e23c

Please sign in to comment.