Skip to content

Commit acf3fde

Browse files
committed
CI: Fix working directory for GPU tester.
1 parent 86d8f27 commit acf3fde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-brev-tutorial-docker-images.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ jobs:
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: Test Docker Compose
32-
run: ./brev/test-docker-compose.bash "tutorials/${{ inputs.tutorial }}/brev/docker-compose.yml"
32+
run: |
33+
cd /home/runner/_work/accelerated-computing-hub/accelerated-computing-hub
34+
./brev/test-docker-compose.bash "tutorials/${{ inputs.tutorial }}/brev/docker-compose.yml"

0 commit comments

Comments
 (0)