This commit is contained in:
@@ -13,14 +13,17 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: node:20
|
image: node:20
|
||||||
|
|
||||||
|
valid_volumes:
|
||||||
|
- '**'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /workspace/nomi-nonsz/gmod-replace-hostile-npc:/workspace/nomi-nonsz/gmod-replace-hostile-npc
|
- /tmp:/mnt
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check directory
|
- name: Check directory
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
ls
|
ls /mnt
|
||||||
|
|
||||||
- name: touch something
|
- name: touch something
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user