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]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: native
|
||||
angular:
|
||||
runs-on: angular
|
||||
steps:
|
||||
- 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