DPK-2958 Support V20201031 in Customer Object SDK #396
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |