Experiment with action to run IA tests

This commit is contained in:
Jordan Eldredge 2020-01-02 15:13:19 -08:00
parent efabd18745
commit 2ba8724f84
2 changed files with 15 additions and 0 deletions

View file

@ -22,3 +22,18 @@ 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