We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9983109 commit b685447Copy full SHA for b685447
.fernignore
@@ -4,4 +4,5 @@
4
.gitattributes
5
LICENSE
6
REPO_OWNER
7
-tests/integration
+tests/integration
8
+.github/workflows/ci.yml
.github/workflows/ci.yml
@@ -27,4 +27,10 @@ jobs:
27
uses: actions/setup-node@v3
28
29
- name: Compile
30
- run: yarn && yarn test
+ run: yarn
31
+
32
+ - name: Test
33
+ run: yarn test
34
+ env:
35
+ INTERCOM_API_KEY: ${{ secrets.INTERCOM_API_KEY }}
36
0 commit comments