Skip to content

Commit

Permalink
Running integration test in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivananda committed May 31, 2020
1 parent 052f1be commit d02e280
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
build:

runs-on: ${{ matrix.os }}
env:
SERVICES: sqs,dynamodb

strategy:
matrix:
Expand All @@ -44,6 +46,8 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run coverage
- run: npm run run-integration-test
if: ${{runner.os == 'Linux' && matrix.node-version == '12.x' }}
- run: npm run can-publish
if: ${{ runner.os == 'Linux' && matrix.node-version == '12.x' }}
- uses: paambaati/codeclimate-action@v2.6.0
Expand Down

0 comments on commit d02e280

Please sign in to comment.