Skip to content

Commit 68206c0

Browse files
authored
chore: fix flakiness report, lint scripts, and fix appsec test (#7396)
This works around a github issue where big pages cause a server error. The likely issue is that the graphql calls are causing a timeout or similar issues. Next to that all scripts are now linted as our regular source code. On top, a few tests were fixed by updating externals.json and the test code. These were not detected as having issue due to not using the correct installed versions.
1 parent 2e337bd commit 68206c0

File tree

35 files changed

+842
-241
lines changed

35 files changed

+842
-241
lines changed

.github/workflows/flakiness.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ jobs:
2020
sparse-checkout-cone-mode: false
2121
sparse-checkout: |
2222
.github
23+
package.json
2324
scripts
25+
yarn.lock
2426
- uses: ./.github/actions/node
2527
with:
26-
version: ''
27-
- run: npm install octokit
28+
version: active
29+
- run: yarn install --frozen-lockfile --ignore-scripts
2830
- run: node scripts/flakiness.mjs
2931
- run: cat flakiness.md >> $GITHUB_STEP_SUMMARY
3032
- id: slack

0 commit comments

Comments
 (0)