runner test
Some checks failed
/ angular (push) Failing after 0s
/ erlang (push) Failing after 3s

This commit is contained in:
filip.kranjec 2025-08-14 16:46:35 +02:00
parent d0d55a1e51
commit 699ba5b153

View file

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