Skip to content

Commit

Permalink
Try to fix build skript job
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Aug 16, 2024
1 parent 7456b8d commit bac77e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ runs:
if: steps.cache-skript.outputs.cache-hit != 'true'
shell: bash
run: |
ls -lRa .
chmod +x ./skript/gradlew
./skript/gradlew quickTest
cd ./skript
chmod +x ./gradlew
./gradlew quickTest
- name: Cache test image
uses: ScribeMD/docker-cache@0.5.0
id: cache-image
Expand Down

0 comments on commit bac77e7

Please sign in to comment.