Skip to content

Commit

Permalink
ci(github-actions): fully disable integration tests on web
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Sep 5, 2024
1 parent 05dc27d commit f60de59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@ jobs:

strategy:
matrix:
type: [macos, windows, linux, web]
type:
- macos
- windows
- linux
# Disabled because forever hanging on GitHub Actions
# - web
include:
- type: macos
os: macos-latest
Expand Down

0 comments on commit f60de59

Please sign in to comment.