Skip to content

Commit 7a03c56

Browse files
use 4 core actions runner for test harness (#78)
1 parent a49fc57 commit 7a03c56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-test-harness.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
jobs:
88
harness-tests:
99
name: Harness Tests
10-
runs-on: ubuntu-latest
10+
runs-on:
11+
labels: ubuntu-latest-4-core
1112
steps:
1213
- uses: DevCycleHQ/test-harness@main
1314
with:

0 commit comments

Comments
 (0)