Skip to content

Commit

Permalink
Experiment with permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Sep 7, 2023
1 parent deeba88 commit 8d15b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
--tag ${{ env.BUILD_IMAGE }} .
- name: Run tests
run: >-
mkdir -p ./tests_zen_project/zen-packages/ &&
chmod 0666 ./tests_zen_project/zen-packages/ &&
mkdir ./tests_zen_project/zen-packages/ &&
chmod -R 0666 ./tests_zen_project &&
./run_test.sh
- name: Show logs
if: ${{ failure() }}
Expand Down

0 comments on commit 8d15b80

Please sign in to comment.