TFTPaths/.forgejo/workflows/master.yaml
filip.kranjec 669528cb56
Some checks failed
/ erlang (push) Failing after 3s
/ angular (push) Failing after 6s
runner test
2025-08-14 16:53:08 +02:00

12 lines
210 B
YAML

on: [push]
jobs:
angular:
runs-on: angular
steps:
- uses: actions/checkout@v4
- run: ls -al
erlang:
runs-on: erlang
steps:
- uses: actions/checkout@v4
- run: node -v