We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e7dcff + 29293f0 commit 9ac8de4Copy full SHA for 9ac8de4
1 file changed
.github/workflows/main.yml
@@ -243,7 +243,7 @@ jobs:
243
node bin/scripts/test.connection.js
244
npx grunt mochaTest
245
ui-test-dashboard:
246
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04-4core
247
248
services:
249
mongodb:
@@ -326,7 +326,7 @@ jobs:
326
curl -o /tmp/uploader.log -u "${{ secrets.BOX_UPLOAD_AUTH }}" ${{ secrets.BOX_UPLOAD_PATH }} -T "$ARTIFACT_ARCHIVE_NAME"
327
328
ui-test-onboarding:
329
330
331
332
0 commit comments