Skip to content

Commit 87e9da4

Browse files
address comment
1 parent 64f8259 commit 87e9da4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: '1.25'
2121

2222
- name: Run tests
23-
run: make tests
23+
run: make tests-with-docker
2424

2525
build:
2626
runs-on: ubuntu-latest

.github/workflows/integ-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Run Integration Tests
22

3-
on:
4-
pull_request:
5-
branches:
6-
- develop
7-
3+
# on:
4+
# pull_request:
5+
# branches:
6+
# - develop
7+
#
88
jobs:
99
go-tests:
1010
runs-on: ubuntu-latest
@@ -46,4 +46,4 @@ jobs:
4646
with:
4747
python-version: '3.14'
4848
- name: run integration tests
49-
run: make integ-tests-with-docker-old
49+
run: make integ-tests-with-docker-old

0 commit comments

Comments
 (0)