Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger committed Dec 20, 2024
1 parent 9983109 commit b685447
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .fernignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
.gitattributes
LICENSE
REPO_OWNER
tests/integration
tests/integration
.github/workflows/ci.yml
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ jobs:
uses: actions/setup-node@v3

- name: Compile
run: yarn && yarn test
run: yarn

- name: Test
run: yarn test
env:
INTERCOM_API_KEY: ${{ secrets.INTERCOM_API_KEY }}

0 comments on commit b685447

Please sign in to comment.