Split out IA tests

This commit is contained in:
Jordan Eldredge 2020-01-02 15:23:08 -08:00
parent 2ba8724f84
commit 57740fa905
2 changed files with 23 additions and 15 deletions

View file

@ -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