Skip to content

Commit

Permalink
fix(ci): run install as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Oct 18, 2024
1 parent e054208 commit 0038015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
run: npm install -g danger

- name: Install Danger Kotlin
run: make install
run: sudo make install

- name: Run tests
run: ./gradlew danger-kotlin-library:test
run: sudo ./gradlew danger-kotlin-library:test

- name: Install Plugin Installer
run: ./gradlew danger-plugin-installer:publishToMavenLocal
Expand Down

0 comments on commit 0038015

Please sign in to comment.