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

Commit 2be011b

Browse files
committed
Update build_and_local_tests.yml
1 parent 85485d1 commit 2be011b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_and_local_tests.yml

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ jobs:
1919
java-version: '11'
2020
distribution: 'temurin'
2121
cache: gradle
22+
23+
- name: Prevent changes in test/
24+
uses: xalvarez/prevent-file-change-action@v1
25+
with:
26+
githubToken: ${{ secrets.GITHUB_TOKEN }}
27+
pattern: ^app/src/test/
28+
#trustedAuthors: JoseAlcerreca
2229

2330
- name: Grant execute permission for gradlew
2431
run: chmod +x gradlew

0 commit comments

Comments
 (0)