TFTPaths/.forgejo/workflows/master.yaml
filip.kranjec da72cfce67
Some checks failed
/ angular (push) Successful in 9s
/ erlang (push) Failing after 3s
runner test
2025-08-14 16:47:14 +02:00

12 lines
221 B
YAML

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