Skip to content

Commit

Permalink
Print temp dir contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Aug 16, 2024
1 parent cae2711 commit 0338c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ 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"
chmod +x ./gradlew
./gradlew quickTest
Expand Down

0 comments on commit 0338c4a

Please sign in to comment.