Skip to content

Commit

Permalink
test(core): skip tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gokayform committed Dec 22, 2023
1 parent 84123ef commit 6588182
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Install dependencies
run: npm i

- name: Run tests
run: npm run test
env:
JF_API_KEY: ${{ secrets.TEST_USER_API_KEY }}
# - name: Run tests
# run: npm run test
# env:
# JF_API_KEY: ${{ secrets.TEST_USER_API_KEY }}

- name: Build package
run: npm run build

0 comments on commit 6588182

Please sign in to comment.