We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e14f55 commit c8b5896Copy full SHA for c8b5896
.github/workflows/ci.yaml
@@ -101,15 +101,25 @@ jobs:
101
runs-on: [self-hosted, Windows]
102
103
steps:
104
+ - name: Git Checkout
105
+ uses: actions/checkout@v2
106
+
107
- name: Test
- run: sbt ";compile ;test"
108
+ uses: liufengyun/actions@v1
109
+ with:
110
+ command: sbt ";compile ;test"
111
112
test_bootstrapped-windows:
113
114
115
116
117
118
119
- run: sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsJUnitTests/test"
120
121
122
+ command: sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test;sjsJUnitTests/test"
123
124
community_build:
125
runs-on: [self-hosted, Linux]
0 commit comments