Skip to content

Merge pull request #203 from pelly-ryu/master #394

Merge pull request #203 from pelly-ryu/master

Merge pull request #203 from pelly-ryu/master #394

Workflow file for this run

name: 'Integration Tests'
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['13', '12', '10', '8']
name: Test with Node version ${{ matrix.node }}
steps:
- uses: actions/checkout@v1
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm test
- run: npm run test:integration
env:
SECRET_KEY: xnd_development_oI7I6slPeYIxZPyfNxVIQt6R0JxiXGIRTBxBw5Ij26rjUwUeF29Aa9wHSETkM3
SECRET_KEY_PH: xnd_development_Va7pPIfYxIo7letKqhZCkwniwggDGyjB0sAzmOUe1mMkED4k0nLh1TvtVi0raNne