Skip to content

Commit b685447

Browse files
committed
update ci.yml
1 parent 9983109 commit b685447

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.fernignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
.gitattributes
55
LICENSE
66
REPO_OWNER
7-
tests/integration
7+
tests/integration
8+
.github/workflows/ci.yml

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,10 @@ jobs:
2727
uses: actions/setup-node@v3
2828

2929
- name: Compile
30-
run: yarn && yarn test
30+
run: yarn
31+
32+
- name: Test
33+
run: yarn test
34+
env:
35+
INTERCOM_API_KEY: ${{ secrets.INTERCOM_API_KEY }}
36+

0 commit comments

Comments
 (0)