runner test
Some checks failed
/ erlang (push) Failing after 27s
/ angular (push) Failing after 32s

This commit is contained in:
filip.kranjec 2025-08-14 16:38:39 +02:00
parent b86b7ef5ed
commit 0c7f88b9c6

View file

@ -1,7 +1,12 @@
on: [push] on: [push]
jobs: jobs:
test: angular:
runs-on: native runs-on: angular
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: nix develop - run: node -v
erlang:
runs-on: erlang
steps:
- uses: actions/checkout@v4
- run: node -v