Skip to content

Commit

Permalink
🚧 Update working directory in gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yessica-rd committed Sep 29, 2023
1 parent 4c24364 commit f98c499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-run-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Build Docker image
run: |
docker build -t claasp-lib ./docker/Dockerfile
docker build -t claasp-lib ./docker/
# working-directory: /home/sage/tii-claasp # Specify the path to your app's directory.

- name: Run Tests in Docker
Expand Down

0 comments on commit f98c499

Please sign in to comment.