Skip to content

Commit a93a65a

Browse files
committed
[do not merge] remove steps using actions/[email protected]
1 parent ac5dfcd commit a93a65a

File tree

1 file changed

+0
-84
lines changed

1 file changed

+0
-84
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,6 @@ jobs:
2929
- name: Git Checkout
3030
uses: actions/checkout@v2
3131

32-
- name: Cache Ivy
33-
uses: actions/[email protected]
34-
with:
35-
path: /root/.ivy2/cache
36-
key: ${{ runner.os }}-ivy-${{ hashFiles('**/build.sbt') }}
37-
restore-keys: ${{ runner.os }}-ivy-
38-
39-
- name: Cache SBT
40-
uses: actions/[email protected]
41-
with:
42-
path: /root/.sbt
43-
key: ${{ runner.os }}-sbt-${{ hashFiles('project/**') }}
44-
restore-keys: ${{ runner.os }}-sbt-
45-
46-
- name: Cache Coursier and Mill
47-
uses: actions/[email protected]
48-
with:
49-
path: /root/.cache
50-
key: ${{ runner.os }}-general-${{ hashFiles('**/build.sbt') }}
51-
restore-keys: ${{ runner.os }}-general-
52-
5332
- name: Test
5433
run: |
5534
./project/scripts/sbt ";compile ;test"
@@ -74,27 +53,6 @@ jobs:
7453
- name: Git Checkout
7554
uses: actions/checkout@v2
7655

77-
- name: Cache Ivy
78-
uses: actions/[email protected]
79-
with:
80-
path: /root/.ivy2/cache
81-
key: ${{ runner.os }}-ivy-${{ hashFiles('**/build.sbt') }}
82-
restore-keys: ${{ runner.os }}-ivy-
83-
84-
- name: Cache SBT
85-
uses: actions/[email protected]
86-
with:
87-
path: /root/.sbt
88-
key: ${{ runner.os }}-sbt-${{ hashFiles('project/**') }}
89-
restore-keys: ${{ runner.os }}-sbt-
90-
91-
- name: Cache Coursier and Mill
92-
uses: actions/[email protected]
93-
with:
94-
path: /root/.cache
95-
key: ${{ runner.os }}-general-${{ hashFiles('**/build.sbt') }}
96-
restore-keys: ${{ runner.os }}-general-
97-
9856
- name: Test
9957
run: |
10058
./project/scripts/sbt ";scala3-bootstrapped/compile ;scala3-bootstrapped/test;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test;sjsCompilerTests/test ;sbt-dotty/scripted scala2-compat/* ;configureIDE ;stdlib-bootstrapped/test:run ;stdlib-bootstrapped-tasty-tests/test"
@@ -155,27 +113,6 @@ jobs:
155113
- name: Git Checkout
156114
uses: actions/checkout@v2
157115

158-
- name: Cache Ivy
159-
uses: actions/[email protected]
160-
with:
161-
path: /root/.ivy2/cache
162-
key: ${{ runner.os }}-ivy-${{ hashFiles('**/build.sbt') }}
163-
restore-keys: ${{ runner.os }}-ivy-
164-
165-
- name: Cache SBT
166-
uses: actions/[email protected]
167-
with:
168-
path: /root/.sbt
169-
key: ${{ runner.os }}-sbt-${{ hashFiles('project/**') }}
170-
restore-keys: ${{ runner.os }}-sbt-
171-
172-
- name: Cache Coursier and Mill
173-
uses: actions/[email protected]
174-
with:
175-
path: /root/.cache
176-
key: ${{ runner.os }}-general-${{ hashFiles('**/build.sbt') }}
177-
restore-keys: ${{ runner.os }}-general-
178-
179116
- name: Test
180117
run: |
181118
git submodule sync
@@ -196,27 +133,6 @@ jobs:
196133
- name: Git Checkout
197134
uses: actions/checkout@v2
198135

199-
- name: Cache Ivy
200-
uses: actions/[email protected]
201-
with:
202-
path: /root/.ivy2/cache
203-
key: ${{ runner.os }}-ivy-${{ hashFiles('**/build.sbt') }}
204-
restore-keys: ${{ runner.os }}-ivy-
205-
206-
- name: Cache SBT
207-
uses: actions/[email protected]
208-
with:
209-
path: /root/.sbt
210-
key: ${{ runner.os }}-sbt-${{ hashFiles('project/**') }}
211-
restore-keys: ${{ runner.os }}-sbt-
212-
213-
- name: Cache Coursier and Mill
214-
uses: actions/[email protected]
215-
with:
216-
path: /root/.cache
217-
key: ${{ runner.os }}-general-${{ hashFiles('**/build.sbt') }}
218-
restore-keys: ${{ runner.os }}-general-
219-
220136
- name: Test
221137
run: |
222138
git submodule sync

0 commit comments

Comments
 (0)