Skip to content

Commit 93c345b

Browse files
committed
test ubicloud-standard-2
1 parent 3a372b9 commit 93c345b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
if: github.repository == 'glpi-project/glpi' || github.event_name != 'schedule'
157157
name: "Test on PHP ${{ matrix.php-version }} using ${{ matrix.db-image }}"
158158
needs: "generate-tests-matrix"
159-
runs-on: "ubuntu-latest"
159+
runs-on: "ubicloud-standard-2"
160160
timeout-minutes: 60
161161
strategy:
162162
fail-fast: false
@@ -233,7 +233,7 @@ jobs:
233233
# Do not run scheduled tests on tier repositories
234234
if: github.repository == 'glpi-project/glpi' || github.event_name != 'schedule'
235235
name: "E2E and web tests using latest PHP and MariaDB versions"
236-
runs-on: "ubuntu-latest"
236+
runs-on: "ubicloud-standard-2"
237237
timeout-minutes: 90
238238
env:
239239
COMPOSE_FILE: ".github/actions/docker-compose-app.yml:.github/actions/docker-compose-services.yml"

0 commit comments

Comments
 (0)