Skip to content

Commit

Permalink
test: echo github workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
MaferMazu committed May 22, 2024
1 parent ee68447 commit 2ce7223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/integration-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:
steps:
- name: Prepare Tutor and Launch
run: |
echo $GITHUB_WORKSPACE
pip install "tutor$INPUT_TUTOR_VERSION"
TUTOR_ROOT="$(pwd)" tutor --version
TUTOR_ROOT="$(pwd)" tutor config save
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- name: Prepare Tutor & launch
run: |
echo $GITHUB_WORKSPACE
pip install "tutor${{ matrix.tutor_version }}"
TUTOR_ROOT="$(pwd)" tutor --version
TUTOR_ROOT="$(pwd)" tutor config save
Expand Down

0 comments on commit 2ce7223

Please sign in to comment.