Skip to content

Commit

Permalink
workspace does not get cleaned up after run
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBarbie committed Sep 1, 2024
1 parent 495fa3b commit 9b8af64
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/push-x64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PiCar-X Main Build on PUSH (RPI3)
name: PiCar-X Main Build on PUSH

on: [push, workflow_dispatch]

Expand All @@ -11,8 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
path: ${{ github.sha }}

- name: build core container
working-directory: ./PiCar-X
Expand All @@ -29,8 +27,6 @@ jobs:
needs: [build]
steps:
- uses: actions/checkout@v4
with:
path: ${{ github.sha }}

- name: Run pytest in Docker container
working-directory: ./PiCar-X
Expand All @@ -42,8 +38,6 @@ jobs:
needs: [unit-tests]
steps:
- uses: actions/checkout@v4
with:
path: ${{ github.sha }}

- name: Integration Test dcmotor
working-directory: ./PiCar-X
Expand All @@ -67,8 +61,6 @@ jobs:
needs: [integration-tests]
steps:
- uses: actions/checkout@v4
with:
path: ${{ github.sha }}

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Expand Down

0 comments on commit 9b8af64

Please sign in to comment.