Skip to content

Commit

Permalink
Fix docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Aug 17, 2024
1 parent 1f339cb commit 78f80c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ runs:
shell: bash
# Remember to change the image tag in all places!
run: "docker pull ghcr.io/skriptlang/skript-test-action:3dc25d3"
if: steps.cache-skript.outputs.cache-hit != 'true'
if: steps.cache-image.outputs.cache-hit != 'true'
- name: Run tests
shell: bash
# Remember to change the image tag in all places!
run: "docker run -a -v /github/workspace/skript:/skript ghcr.io/skriptlang/skript-test-action:3dc25d3"
run: "docker run -it -v /github/workspace/skript:/skript ghcr.io/skriptlang/skript-test-action:3dc25d3"

0 comments on commit 78f80c5

Please sign in to comment.