Skip to content

Commit

Permalink
Add integration tests (ts) (#569)
Browse files Browse the repository at this point in the history
* Add integration tests (ts)

* increase timeout
  • Loading branch information
kurkle committed Dec 17, 2021
1 parent 08db403 commit 8f43b3c
Show file tree
Hide file tree
Showing 12 changed files with 733 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
cache: npm
node-version: 16
- run: |
npm ci
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 16
- name: Test Build
run: |
Expand All @@ -27,6 +28,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 16
- name: Build
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/npmpublish.yml
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
cache: npm
node-version: 16
- name: Test
run: |
Expand All @@ -35,6 +36,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 16
registry-url: https://registry.npmjs.org/

Expand Down

0 comments on commit 8f43b3c

Please sign in to comment.