TFTPaths/.forgejo/workflows/master.yaml
filip.kranjec 452197f3a4
Some checks failed
/ angular (push) Failing after 3s
/ erlang (push) Failing after 4s
runner test
2025-08-14 16:52:04 +02:00

12 lines
211 B
YAML

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