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

28 lines
371 B
YAML

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