Skip to content

Commit

Permalink
Do not use github.workspace because we're using /workl
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-rkim committed Feb 28, 2025
1 parent 42b71bb commit 84df9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tg-nightly-tests-impl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
shell: bash {0}
timeout-minutes: ${{ matrix.test-group.timeout }}
run: |
source ${{ github.workspace }}/tests/scripts/tg/run_tg_nightly_tests.sh
source tests/scripts/tg/run_tg_nightly_tests.sh
${{ matrix.test-group.cmd }}
- uses: ./.github/actions/slack-report
if: ${{ failure() }}
Expand Down

0 comments on commit 84df9fc

Please sign in to comment.