We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4517ee9 commit e6947b5Copy full SHA for e6947b5
.github/workflows/test-integration.yml
@@ -35,6 +35,12 @@ jobs:
35
run: |
36
skaffold build --profile helloworld-worker
37
38
+ # Verify that the demo worker patch applies successfully and builds.
39
+ - name: Build helloworld worker image patch
40
+ run: |
41
+ git apply internal/demo/helloworld/changes/no-version-gate.patch
42
+ skaffold build --profile helloworld-worker
43
+
44
test-integration:
45
name: Run Integration Tests
46
runs-on: ubuntu-latest
0 commit comments