Skip to content

Commit a1462bf

Browse files
committed
Changing runners for codeception tests
1 parent 00f4cf2 commit a1462bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/elastic-search-codeception.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
jobs:
3030
codeception-tests:
3131
name: "Codeception tests"
32-
runs-on: "ubuntu-latest"
32+
runs-on: "Qodana-Runner"
3333
continue-on-error: ${{ matrix.experimental }}
3434
strategy:
3535
matrix:

.github/workflows/open-search-codeception.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
jobs:
3030
codeception-tests:
3131
name: "Codeception tests"
32-
runs-on: "ubuntu-latest"
32+
runs-on: "Qodana-Runner"
3333
continue-on-error: ${{ matrix.experimental }}
3434
strategy:
3535
matrix:

0 commit comments

Comments
 (0)