Skip to content

Commit

Permalink
wip(ci): debug more
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Mirwald committed Aug 14, 2024
1 parent 4cfb97c commit 65211c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ jobs:
- name: Validate
run: ./gradlew check validatePlugins --continue
- name: Integration Test
run: ./gradlew integrationTest
run: |
export PATH=$HOME/.local/bin:$PATH
octo --version
./gradlew integrationTest

0 comments on commit 65211c7

Please sign in to comment.