Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Update build_and_local_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca committed Oct 18, 2022
1 parent 85485d1 commit b4444a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_and_local_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: gradle

- name: Prevent changes in test/
uses: xalvarez/prevent-file-change-action@v1
if: github.event_name == 'pull_request'
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: ^app/src/test/
#trustedAuthors: JoseAlcerreca

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit b4444a0

Please sign in to comment.