mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Experiment with action to run IA tests
This commit is contained in:
parent
6d6dc1e8ba
commit
911997dcbe
1 changed files with 16 additions and 0 deletions
16
.github/workflows/nodejs.yml
vendored
16
.github/workflows/nodejs.yml
vendored
|
|
@ -22,3 +22,19 @@ jobs:
|
|||
yarn travis-tests
|
||||
env:
|
||||
CI: true
|
||||
ia-tests:
|
||||
runs-on: ubuntu-latest
|
||||
node-version: 12.x
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
- name: Run Tests
|
||||
run: |
|
||||
cd experiments/
|
||||
yarn
|
||||
node ./index.js
|
||||
env:
|
||||
CI: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue