We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90e089 commit 8c3976bCopy full SHA for 8c3976b
1 file changed
.github/workflows/docker-prod-test.yml
@@ -21,3 +21,8 @@ jobs:
21
continue-on-error: true
22
- name: Test
23
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