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