Skip to content

Commit

Permalink
fix: 🐛 fix Permission denied
Browse files Browse the repository at this point in the history
fix: 🐛 fix `Permission denied`

fix: 🐛 fix `Permission denied`

fix: 🐛 fix `Permission denied`

fix: 🐛 fix `Permission denied`
  • Loading branch information
KANAjetzt committed Dec 13, 2023
1 parent e4b9bd2 commit 6665839
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ name: test
description: "Runs the tests via GUT CLI"

inputs:
godot-bin:
required: true
default: "/root/godot-linux/godot"
godot-test-project:
required: true
default: ${{ github.workspace }}/test
Expand All @@ -26,10 +23,9 @@ runs:
- name: "Run Tests"
if: ${{ runner.OS == 'Linux' }}
env:
GODOT_BIN: ${{ inputs.godot-bin }}
TEST_PROJECT: ${{ inputs.godot-test-project }}
shell: bash
run: |
cd "${TEST_PROJECT}"
chmod +x run_tests.sh
./run_tests.sh "${GODOT_BIN}"
./run_tests.sh $HOME/godot-linux/godot
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ jobs:
timeout-minutes: 4
uses: ./.github/actions/test
with:
godot-bin: "/root/godot-linux/godot"
godot-test-project: ${{ github.workspace }}/test
Empty file modified test/run_tests.sh
100644 → 100755
Empty file.

0 comments on commit 6665839

Please sign in to comment.