Skip to content

Commit

Permalink
Require screenshot-tests before running build and lint jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskioko committed Feb 6, 2025
1 parent bcd2919 commit 202feef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:
jobs:
build-android:
needs: android-screenshot-test
runs-on: ubuntu-latest
env:
TMDB_API_KEY: ${{ secrets.TMDB_API_KEY }}
Expand Down Expand Up @@ -74,8 +75,8 @@ jobs:
--no-configuration-cache
android-lint:
needs: android-screenshot-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 202feef

Please sign in to comment.