Skip to content

Commit 8c3976b

Browse files
committed
Save JSON
1 parent c90e089 commit 8c3976b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docker-prod-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ jobs:
2121
continue-on-error: true
2222
- name: Test
2323
run: ruby scripts/check_deployment.rb
24+
- name: Save JSON
25+
uses: actions/upload-artifact@v4
26+
with:
27+
name: out.json
28+
path: out.json

0 commit comments

Comments
 (0)