Skip to content

Commit 358a49b

Browse files
authored
fix(tests): Remove nitro canary test job (#20473)
There is no stable stream of Nitro 3 canary builds yet, so no point in having this. I will add it back once we have a stable stream of builds, likely after the full v3 release. I probably had it at one point then didn't remove it properly before merging #19224 Closes #20472
1 parent 5ee2da4 commit 358a49b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/canary.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ jobs:
120120
- test-application: 'nestjs-microservices'
121121
build-command: 'test:build-latest'
122122
label: 'nestjs-microservices (latest)'
123-
- test-application: 'nitro-3'
124-
build-command: 'test:build-canary'
125-
label: 'nitro-3 (canary)'
126123

127124
steps:
128125
- name: Check out current commit

0 commit comments

Comments
 (0)