Skip to content

Commit

Permalink
Fix File Permission
Browse files Browse the repository at this point in the history
  • Loading branch information
allgandalf committed Jun 14, 2023
1 parent f27780a commit 92ff4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-stack-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ jobs:
# run tests against the full docker stack
- name: Run Integration Test
run: |
chmod +x /tests/Docker-Stack-Test.sh
./tests/Docker-Stack-Test.sh
chmod +x ./tests/Docker-Stack-Test.sh
./tests/Docker-Stack-Test.shc

0 comments on commit 92ff4ac

Please sign in to comment.