Files
gmod-replace-hostile-npc/.gitea/workflows/test.yml
nomi-nonsz f94a53e75f
All checks were successful
CI Test / test (push) Successful in 37s
test 9
2026-02-08 23:02:31 +07:00

31 lines
403 B
YAML

name: CI Test
on:
push:
branches:
- pipeline/test
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container:
image: node:20
valid_volumes:
- '**'
volumes:
- /tmp:/mnt
steps:
- name: Check directory
run: |
pwd
ls /mnt
- name: touch something
run: |
touch touched.lol
ls