mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 01:57:29 +00:00
Split out IA tests
This commit is contained in:
parent
2ba8724f84
commit
57740fa905
2 changed files with 23 additions and 15 deletions
15
.github/workflows/nodejs.yml
vendored
15
.github/workflows/nodejs.yml
vendored
|
|
@ -22,18 +22,3 @@ jobs:
|
|||
yarn travis-tests
|
||||
env:
|
||||
CI: true
|
||||
ia-tests:
|
||||
runs-on: ubuntu-latest
|
||||
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/archive-org-integration-tests
|
||||
yarn
|
||||
node ./index.js
|
||||
env:
|
||||
CI: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue