Files
gmod-replace-hostile-npc/.gitea/workflows/test.yml
nomi-nonsz 2c9e507afa
All checks were successful
CI Test / test (push) Successful in 38s
test 5
2026-02-08 22:54:08 +07:00

25 lines
329 B
YAML

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