Skip to content

Commit

Permalink
citest: fix changing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jan 28, 2025
1 parent 54e7767 commit 57ebb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/citest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
${{ env.THRUK_CRITIC_CACHE_FILE }}
key: thruk-test-cache
- name: make cache files writable
run: "chown -R naemon: ${{ env.THRUK_TEST_MODULES_CACHE }} ${{ env.THRUK_CRITIC_CACHE_FILE }} || :"
run: "sudo chown -R naemon: ${{ env.THRUK_TEST_MODULES_CACHE }} ${{ env.THRUK_CRITIC_CACHE_FILE }} || :"
- name: make citest
run: timeout -v 90m sudo su naemon -c 'eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) && make citest'

0 comments on commit 57ebb41

Please sign in to comment.