Skip to content

Commit 214e8f5

Browse files
committed
chore: add canary entry
1 parent 8d44437 commit 214e8f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/canary.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ 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)'
123126

124127
steps:
125128
- name: Check out current commit

0 commit comments

Comments
 (0)