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 64f8259 commit 87e9da4Copy full SHA for 87e9da4
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
go-version: '1.25'
21
22
- name: Run tests
23
- run: make tests
+ run: make tests-with-docker
24
25
build:
26
runs-on: ubuntu-latest
.github/workflows/integ-tests.yml
@@ -1,10 +1,10 @@
1
name: Run Integration Tests
2
3
-on:
4
- pull_request:
5
- branches:
6
- - develop
7
-
+# on:
+# pull_request:
+# branches:
+# - develop
+#
8
jobs:
9
go-tests:
10
@@ -46,4 +46,4 @@ jobs:
46
with:
47
python-version: '3.14'
48
- name: run integration tests
49
- run: make integ-tests-with-docker-old
+ run: make integ-tests-with-docker-old
0 commit comments