Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22fd471

Browse files
committed
fix notif gen
1 parent 42616f2 commit 22fd471

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@ jobs:
274274
- name: make update-golden-files
275275
run: |
276276
make clean/golden-files
277+
# Notifications require DB, we could start a DB instance here but
278+
# let's just restore for now.
279+
git checkout -- coderd/notifications/testdata/rendered-templates
277280
# As above, skip `-j` flag.
278281
make --output-sync -B update-golden-files
279282

0 commit comments

Comments
 (0)