We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1704a45 commit 0e48952Copy full SHA for 0e48952
1 file changed
.github/workflows/main.yml
@@ -243,7 +243,8 @@ jobs:
243
node bin/scripts/test.connection.js
244
npx grunt mochaTest
245
ui-test-dashboard:
246
- runs-on: ubuntu-latest
+ runs-on:
247
+ labels: ubuntu-latest-16core
248
249
services:
250
mongodb:
@@ -326,7 +327,8 @@ jobs:
326
327
curl -o /tmp/uploader.log -u "${{ secrets.BOX_UPLOAD_AUTH }}" ${{ secrets.BOX_UPLOAD_PATH }} -T "$ARTIFACT_ARCHIVE_NAME"
328
329
ui-test-onboarding:
330
331
332
333
334
0 commit comments