Skip to content

Commit

Permalink
🚧 Update wworking 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 5aa2846 commit 3072f3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-run-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ on:

jobs:
build:
runs-on: ubuntu-latest # You can choose a different runner if needed.
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

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

- name: Run Tests in Docker
run: |
docker run claasp-lib sh -c make remote-pytest
working-directory: $PWD:/home/sage/tii-claasp # Specify the path to your app's directory.
working-directory: /home/sage/tii-claasp # Specify the path to your app's directory.

# jobs:
# build-and-run-pytest:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/generate-and-submit-documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Generate and submit documentation
on:
push:
branches:
# - test/self-hosted-runner
pull_request:
types: [ closed ]
branches:
Expand Down

0 comments on commit 3072f3f

Please sign in to comment.