You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/checks.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ jobs:
37
37
run: ./scripts/ci-build-playground-utils.sh
38
38
39
39
- name: Run playground
40
-
run: go run main.go cook ${{ matrix.flags }} --output /tmp/playground --timeout 4m --watchdog
40
+
run: go run main.go start ${{ matrix.flags }} --output /tmp/playground --timeout 10s --watchdog
41
41
42
42
- name: Copy playground logs
43
43
if: ${{ failure() }}
@@ -141,4 +141,4 @@ jobs:
141
141
- name: Check for uncommitted changes
142
142
run: |
143
143
git update-index -q --really-refresh
144
-
git diff-index --quiet HEAD -- docs/recipes/ || (echo "Documentation is out of date. Please run 'go run main.go generate-docs' and commit the changes." && exit 1)
144
+
git diff-index --quiet HEAD -- docs/recipes/ || (echo "Documentation is out of date. Please run 'go run main.go generate-docs' and commit the changes." && exit 1)
0 commit comments