Skip to content

Commit 11d190b

Browse files
committed
Run Scala3doc CI on self-hosted node
1 parent 4aa49bd commit 11d190b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/scala3doc.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ on:
77
pull_request:
88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: [self-hosted, Linux]
11+
container: lampepfl/dotty:2020-04-24
1112
timeout-minutes: 20
13+
1214
steps:
1315

1416
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)