Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Nov 11, 2024
1 parent 696a5c7 commit c991e7d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ on:
jobs:
build:
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
with:
test-command: |
if [[ '${{ matrix.target.os }}' == 'linux' ]]; then
echo '/home/runner/.nimble/bin' >> $GITHUB_PATH
elif [[ '${{ matrix.target.os }}' == 'windows' ]]; then
echo '/c/Users/runneradmin/.nimble/bin' >> $GITHUB_PATH
else
echo '~/.nimble/bin' >> $GITHUB_PATH
fi
nimble test

0 comments on commit c991e7d

Please sign in to comment.