Skip to content

Commit

Permalink
wip(ci): debug octo cli not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Mirwald committed Aug 14, 2024
1 parent 4c4c53f commit b613fcd
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,20 @@ jobs:
tar -xzf OctopusTools.9.1.7.linux-x64.tar.gz -C $HOME/octo
echo "$HOME/octo" >> $GITHUB_PATH
export GITHUB_PATH=$HOME/octo:$GITHUB_PATH
- name: Cache
uses: gradle/[email protected]
- name: Build
run: ./gradlew build
- name: Validate
run: ./gradlew check validatePlugins --continue
- name: Integration Test
run: ./gradlew integrationTest
echo 11111
echo $GITHUB_PATH
which octo
- name: Download and Install Octo CLI 2
run: |
echo 2222
echo $GITHUB_PATH
which octo
octo --version
# - name: Cache
# uses: gradle/[email protected]
# - name: Build
# run: ./gradlew build
# - name: Validate
# run: ./gradlew check validatePlugins --continue
# - name: Integration Test
# run: ./gradlew integrationTest

0 comments on commit b613fcd

Please sign in to comment.