Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhdzg committed Apr 28, 2023
1 parent 915642e commit a05a512
Show file tree
Hide file tree
Showing 2 changed files with 4,563 additions and 207 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x, 14.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -23,3 +23,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run functionaltest
continue-on-error: true
Loading

0 comments on commit a05a512

Please sign in to comment.