Skip to content

Commit ac5dfcd

Browse files
committed
[do not merge] add dummy community_build job to satisfy required
1 parent 5ef603f commit ac5dfcd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,14 @@ jobs:
133133
run: sbt ";sjsJUnitTests/test ;sjsCompilerTests/test"
134134
shell: cmd
135135

136+
community_build:
137+
runs-on: [self-hosted, Linux]
138+
container: lampepfl/dotty:2020-04-24
139+
140+
steps:
141+
- name: Test
142+
run: /bin/true
143+
136144
community_build_a:
137145
runs-on: [self-hosted, Linux]
138146
container: lampepfl/dotty:2020-04-24

0 commit comments

Comments
 (0)