Skip to content

Commit

Permalink
Write to GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Apr 16, 2024
1 parent 0f32d14 commit b0d7384
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_oonipipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
- name: Install temporal
run: |
curl -sSf https://temporal.download/cli.sh | sh
echo export PATH="\$PATH:$HOME.temporalio/bin" >> ~/.bashrc
source ~/.bashrc
echo "$HOME/.temporalio/bin" >> $GITHUB_PATH
- name: Run all tests
run: hatch run cov
Expand Down

0 comments on commit b0d7384

Please sign in to comment.