Skip to content

Commit

Permalink
disable looking for unit tests in src
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhenderson committed Sep 20, 2024
1 parent dbbb983 commit 1a39d7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
jlpm
jlpm run lint:check
- name: Test the extension
run: |
set -eux
jlpm run test
# - name: Test the extension
# run: |
# set -eux
# jlpm run test

- name: Build the extension
run: |
Expand Down

0 comments on commit 1a39d7d

Please sign in to comment.