d4t_formulas/.forgejo/workflows/test.yml

27 lines
524 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:
2026-05-10 11:00:20 +00:00
- master
# - feature/embed-http-server
2026-05-08 09:01:03 +00:00
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: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
2026-05-08 09:28:33 +00:00
- uses: actions/checkout@v4
- name: Run script 1
run: ./test.sh