This commit is contained in:
@@ -14,26 +14,12 @@ jobs:
|
|||||||
image: node:20
|
image: node:20
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check version
|
|
||||||
run: node -v
|
|
||||||
|
|
||||||
- name: Check directory
|
- name: Check directory
|
||||||
run: pwd
|
run: |
|
||||||
|
pwd
|
||||||
test2:
|
ls
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
container:
|
|
||||||
image: node:20
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
- /tmp:/mnt/test
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Check directory
|
|
||||||
run: pwd
|
|
||||||
|
|
||||||
- name: touch something
|
- name: touch something
|
||||||
run: |
|
run: |
|
||||||
touch /mnt/test/touched.lol
|
touch /touched.lol
|
||||||
ls /mnt/test
|
ls
|
||||||
Reference in New Issue
Block a user