runner test
This commit is contained in:
parent
b86b7ef5ed
commit
0c7f88b9c6
1 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue