Skip to content

Commit

Permalink
exclude browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca committed Oct 10, 2024
1 parent 593c6f3 commit 7bc8cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
timeout-minutes: 10
needs:
- node_tests
- browser_tests
# - browser_tests
steps:
- name: Let Coveralls know that all tests have finished
uses: coverallsapp/[email protected]
Expand All @@ -112,7 +112,7 @@ jobs:
timeout-minutes: 10
needs:
- node_tests
- browser_tests
# - browser_tests

steps:
- name: Checkout source
Expand Down

0 comments on commit 7bc8cfc

Please sign in to comment.