diff --git a/.github/workflows/test_oonipipeline.yml b/.github/workflows/test_oonipipeline.yml index ffe59c1b..17fe6ea3 100644 --- a/.github/workflows/test_oonipipeline.yml +++ b/.github/workflows/test_oonipipeline.yml @@ -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