d4t_formulas/.forgejo/workflows/test.yml

27 lines
525 B
YAML
Raw Normal View History

2026-05-08 08:55:24 +00:00
name: run-on-push
on:
push:
2026-05-08 09:01:03 +00:00
branches:
- main
- feature/embed-http-server
2026-05-08 08:55:24 +00:00
jobs:
run-script:
2026-05-08 09:01:03 +00:00
runs-on: ubuntu-latest
2026-05-08 08:55:24 +00:00
steps:
2026-05-08 09:18:22 +00:00
# - uses: actions/checkout@v4
2026-05-08 09:21:49 +00:00
# - name: Run script 1
2026-05-08 09:20:27 +00:00
# run: ./test.sh
2026-05-08 09:21:49 +00:00
- name: Run script 1
2026-05-08 09:20:27 +00:00
run: uname -a
2026-05-08 09:21:49 +00:00
- name: Run script 2
2026-05-08 09:20:27 +00:00
run: date
2026-05-08 09:21:49 +00:00
- name: Run script 3
2026-05-08 09:20:27 +00:00
run: whoami
2026-05-08 09:21:49 +00:00
- name: Run script 4
2026-05-08 09:20:27 +00:00
run: pwd
2026-05-08 09:21:49 +00:00
- name: Run script 5
2026-05-08 09:20:27 +00:00
run: hostname -I
2026-05-08 09:21:49 +00:00
- name: Run script 6
2026-05-08 09:20:27 +00:00
run: hostname