Skip to content

Commit

Permalink
Fix tics workflow (#4637)
Browse files Browse the repository at this point in the history
* fix: tics upload workflow

* fix: work around requests docker issue

* Ensure it's possible for node_modules to be created

* ensure node_modules is writable
  • Loading branch information
Lukewh authored May 22, 2024
1 parent de44031 commit 0c047be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
- name: Install dependencies
run: |
set -x
sudo chmod 0777 ../snapcraft.io
dotrun install
- name: Produce TICS report
Expand Down

0 comments on commit 0c047be

Please sign in to comment.