Skip to content

Commit

Permalink
test: set the right version for tests (#1330)
Browse files Browse the repository at this point in the history
* test: set the right version for tests
  • Loading branch information
shwetha-manvinkurke committed Feb 1, 2022
1 parent 3251610 commit e9a3600
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test-and-deploy.yml
Expand Up @@ -17,7 +17,9 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
node: [ 6, 7, 8, 10, lts/* ]
node: [ 6, 7, 8, 10, lts ]
env:
version: ${{ matrix.node }}
steps:
- name: Checkout sendgrid-nodejs
uses: actions/checkout@v2
Expand All @@ -28,12 +30,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_AUTH_TOKEN }}

- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

- run: npm install
- name: Run Tests
run: make test-docker

Expand Down

0 comments on commit e9a3600

Please sign in to comment.