Skip to content

Commit 29293f0

Browse files
authored
Merge pull request #6308 from Countly/add-self-hosted-runner-qa
Added larger runner label - QA Task
2 parents 10713da + 61f41a5 commit 29293f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
node bin/scripts/test.connection.js
244244
npx grunt mochaTest
245245
ui-test-dashboard:
246-
runs-on: ubuntu-latest
246+
runs-on: ubuntu-22.04-4core
247247

248248
services:
249249
mongodb:
@@ -326,7 +326,7 @@ jobs:
326326
curl -o /tmp/uploader.log -u "${{ secrets.BOX_UPLOAD_AUTH }}" ${{ secrets.BOX_UPLOAD_PATH }} -T "$ARTIFACT_ARCHIVE_NAME"
327327
328328
ui-test-onboarding:
329-
runs-on: ubuntu-latest
329+
runs-on: ubuntu-22.04-4core
330330

331331
services:
332332
mongodb:

0 commit comments

Comments
 (0)