Skip to content

Commit 7c82018

Browse files
authored
Merge branch 'v5' into 1097_githubnyou_failures_2
2 parents 79abdf8 + 318a7f5 commit 7c82018

4 files changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/da_image_v_sha_7d13853.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
&& github.event.pull_request.head.repo.fork
3232
)
3333
runs-on: ubuntu-latest
34-
strategy:
35-
matrix:
36-
node-version: [24.x]
3734

3835
steps:
3936
# Place the root directory in this branch to access relative paths to

.github/workflows/github_server.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
&& github.event.pull_request.head.repo.fork
3737
)
3838
runs-on: ubuntu-latest
39-
strategy:
40-
matrix:
41-
node-version: [24.x]
4239

4340
#### Developer note: You can probably leave out these specific
4441
#### environment variables. You may not even need the `env`

.github/workflows/playground.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
&& github.event.pull_request.head.repo.fork
2828
)
2929
runs-on: ubuntu-latest
30-
strategy:
31-
matrix:
32-
node-version: [24.x]
3330

3431
env:
3532
#### Developer note: We recommend turning these into environment

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ Format:
5757

5858
### Internal
5959

60-
- Break out the function in `Before()` and `After()` to attempt better error tracing. Goal: try to repeat this for other functions in that file.
60+
- Broke out the function in `Before()` and `After()` to attempt better error tracing. Goal: try to repeat this for other functions in that file.
61+
- Simplified workflow files by removing `node` env setup (leaving it to the actions)
6162
- Updated both of our actions' dependencies (the checkout, setup-node, setup-python, upload-artifacts, download-artifacts actions). Closes [#1095](https://github.com/suffolkLITLab/aLKiln/issues/1095). Once again, action related.
6263
- When our report phrases are missing, list all missing phrases at one time in our custom message. The cucumber message will stay the same.
63-
- Silence errors from screenshots & HTML downloads when trying to provide more information about failing tests. Those records are nice to have, but not absolutely necessary, and if a server is busy puppeteer will rightly have lost execution context, preventing interactions with the page and we don't need a noisy error about it. Log any problems.
64+
- Silenced errors from screenshots & HTML downloads when trying to provide more information about failing tests. Those records are nice to have, but not absolutely necessary, and if a server is busy puppeteer will rightly have lost execution context, preventing interactions with the page and we don't need a noisy error about it. Log any problems.
6465

6566
## [5.16.1] - 2026-06-01
6667

0 commit comments

Comments
 (0)