diff options
| author | Albin <albin@mullvad.net> | 2024-03-01 11:06:08 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-03-01 11:07:09 +0100 |
| commit | 229e17a3b5278941d7ccc3975a3bdc1053a34cc9 (patch) | |
| tree | b2f7d3e5421bdf5241f1ee8051bbfa26e1745d9f | |
| parent | d03597024748f4d8255174a676f614d79380b5c4 (diff) | |
| download | mullvadvpn-229e17a3b5278941d7ccc3975a3bdc1053a34cc9.tar.xz mullvadvpn-229e17a3b5278941d7ccc3975a3bdc1053a34cc9.zip | |
Change test and lint matrix strategy
The purpose of this is to allow all ongoing
lint and test jobs to continue even though
one has failed. This will make sure that
developers get feedback for all jobs in the
matrix.
| -rw-r--r-- | .github/workflows/android-app.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index b38e4cfaed..319c4d3418 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -209,6 +209,7 @@ jobs: container: image: ${{ needs.prepare.outputs.container_image }} strategy: + fail-fast: false matrix: include: - gradle-task: | |
