Skip to content

Commit db40802

Browse files
committed
Fix test.yaml
1 parent 429cc14 commit db40802

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ jobs:
235235
shell: powershell
236236

237237
# CLI Tests
238-
<<<<<<< HEAD
239238
cli-test:
240239
name: CLI Tests
241240
runs-on: macos-14
@@ -272,30 +271,6 @@ jobs:
272271
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/deps.edn') }}
273272
restore-keys: |
274273
${{ runner.os }}-${{ env.cache-name }}-
275-
=======
276-
277-
# cli-test:
278-
# name: CLI Tests
279-
# runs-on: macos-12
280-
# steps:
281-
# - uses: actions/checkout@v2
282-
# with:
283-
# fetch-depth: 0
284-
285-
# - uses: DeLaGuardo/[email protected]
286-
# with:
287-
# tools-deps: '1.10.1.763'
288-
289-
# - name: Cache maven
290-
# uses: actions/cache@v2
291-
# env:
292-
# cache-name: cache-maven
293-
# with:
294-
# path: ~/.m2
295-
# key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/deps.edn') }}
296-
# restore-keys: |
297-
# ${{ runner.os }}-${{ env.cache-name }}-
298-
>>>>>>> ede01ae7 (Big patch)
299274
300275
# - name: Cache gitlibs
301276
# uses: actions/cache@v2

0 commit comments

Comments
 (0)