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 2494c22 commit daaeaa6Copy full SHA for daaeaa6
1 file changed
.github/workflows/release.yml
@@ -15,6 +15,10 @@ jobs:
15
test-docker-build:
16
uses: './.github/workflows/docker-build.yml'
17
18
+ integration-tests:
19
+ uses: './.github/workflows/integration-tests.yaml'
20
+ secrets: inherit
21
+
22
verify-schema:
23
uses: './.github/workflows/verify-schema.yaml'
24
0 commit comments