Skip to content

Commit

Permalink
Fix skript repo dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Aug 16, 2024
1 parent 0338c4a commit 3d4833b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@ runs:
skript_temp_dir=$(mktemp -d --suffix="skript")
original_directory=$(realpath "$PWD")
cp -a ./skript "$skript_temp_dir"
ls -lRa "$skript_temp_dir"
cd "$skript_temp_dir"
cd "$skript_temp_dir/skript"
chmod +x ./gradlew
./gradlew quickTest
cp -a "$skript_temp_dir/build" "$original_directory/build"
cp -a "$skript_temp_dir/skript/build" "$original_directory/build"
cd "$original_directory"
- name: Cache test image
uses: ScribeMD/docker-cache@0.5.0
Expand Down

0 comments on commit 3d4833b

Please sign in to comment.