Skip to content

Commit 5c41263

Browse files
authored
fix(devops): run integration-tests on self-hosted (#682)
1 parent 8835bb9 commit 5c41263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
integration-tests:
6565
name: Integration Tests
66-
runs-on: [ubuntu-20.04]
66+
runs-on: [self-hosted,docker-builds]
6767
timeout-minutes: 40
6868
steps:
6969
- name: Setup go 1.18

0 commit comments

Comments
 (0)