Files
gmod-replace-hostile-npc/.gitea/workflows/test.yml
nomi-nonsz 0c64b094ff
All checks were successful
CI Test / test (push) Successful in 37s
test 8
2026-02-08 22:57:32 +07:00

28 lines
444 B
YAML

name: CI Test
on:
push:
branches:
- pipeline/test
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container:
image: node:20
volumes:
- /workspace/nomi-nonsz/gmod-replace-hostile-npc:/workspace/nomi-nonsz/gmod-replace-hostile-npc
steps:
- name: Check directory
run: |
pwd
ls
- name: touch something
run: |
touch touched.lol
ls