Skip to content

Commit 847485d

Browse files
committed
Test checkout.
Signed-off-by: Jelmer de Wolde <[email protected]>
1 parent f743af1 commit 847485d

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ on:
1212
jobs:
1313
build-workspace:
1414
runs-on: ubuntu-latest
15-
container:
16-
image: rcdt/robotics
17-
volumes:
18-
- ${{ github.workspace }}:/app
15+
# container:
16+
# image: rcdt/robotics
17+
# volumes:
18+
# - ${{ github.workspace }}:/home/rcdt/rcdt_robotics/
1919
steps:
20+
- name: List files
21+
run: |
22+
pwd
23+
ls -a
2024
- name: Git checkout
2125
uses: actions/checkout@v4
2226
- name: List files
23-
run: ls /app
27+
run: |
28+
pwd
29+
ls -a

0 commit comments

Comments
 (0)