diff --git a/.github/workflows/automatic_local_testing.yml b/.github/workflows/automatic_local_testing.yml index 5f9e7139..c64910c9 100644 --- a/.github/workflows/automatic_local_testing.yml +++ b/.github/workflows/automatic_local_testing.yml @@ -24,7 +24,7 @@ jobs: - name: Clean current working directory run: | pwd - rm -rf . + rm -rf /home/tom/dev/actions-runner/_work/simpa/simpa - uses: actions/checkout@v2 - name: Create and activate virtual env run: |