| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,8 @@ permissions: | |||
| 45 | 45 | ||
| 46 | 46 | jobs: | |
| 47 | 47 | coverage-linux-without-intl: | |
| 48 | - if: github.event.pull_request.draft == false | ||
| 48 | + # Disabled because "Report JS" step was crashing. | ||
| 49 | + if: false | ||
| 49 | 50 | runs-on: ubuntu-24.04 | |
| 50 | 51 | steps: | |
| 51 | 52 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,8 @@ permissions: | |||
| 45 | 45 | ||
| 46 | 46 | jobs: | |
| 47 | 47 | coverage-linux: | |
| 48 | - if: github.event.pull_request.draft == false | ||
| 48 | + # Disabled because "Report JS" step was crashing. | ||
| 49 | + if: false | ||
| 49 | 50 | runs-on: ubuntu-24.04 | |
| 50 | 51 | steps: | |
| 51 | 52 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments