Skip to content

Commit 3beb71f

Browse files
committed
debug
1 parent 713958b commit 3beb71f

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

.github/workflows/ci.yml

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
name: CI
22
on: [push, pull_request]
33
jobs:
4-
bb-run-test-linux:
5-
runs-on: ubuntu-latest
6-
strategy:
7-
fail-fast: false
8-
matrix:
9-
bb-version: [1.3.190, latest]
10-
steps:
11-
- name: Check out repository code
12-
uses: actions/checkout@v3
13-
- name: Install clojure tools
14-
uses: DeLaGuardo/setup-clojure@9.4
15-
with:
16-
bb: ${{ matrix.bb-version }}
17-
- run: bb run test
18-
- name: Upload debug log
19-
if: failure()
20-
uses: actions/upload-artifact@v4
21-
with:
22-
name: linux-debug-log
23-
path: linux-debug.log
24-
25-
bb-run-test-macos:
26-
runs-on: macos-latest
27-
strategy:
28-
fail-fast: false
29-
matrix:
30-
bb-version: [1.3.190, latest]
31-
steps:
32-
- name: Check out repository code
33-
uses: actions/checkout@v3
34-
- name: Install clojure tools
35-
uses: DeLaGuardo/setup-clojure@9.4
36-
with:
37-
bb: ${{ matrix.bb-version }}
38-
- run: bb run test
39-
- name: Upload debug log
40-
if: failure()
41-
uses: actions/upload-artifact@v4
42-
with:
43-
name: macos-debug-log
44-
path: macos-debug.log
4+
# bb-run-test-linux:
5+
# runs-on: ubuntu-latest
6+
# strategy:
7+
# fail-fast: false
8+
# matrix:
9+
# bb-version: [1.3.190, latest]
10+
# steps:
11+
# - name: Check out repository code
12+
# uses: actions/checkout@v3
13+
# - name: Install clojure tools
14+
# uses: DeLaGuardo/setup-clojure@9.4
15+
# with:
16+
# bb: ${{ matrix.bb-version }}
17+
# - run: bb run test
18+
# - name: Upload debug log
19+
# if: failure()
20+
# uses: actions/upload-artifact@v4
21+
# with:
22+
# name: linux-debug-log
23+
# path: debug.log
24+
#
25+
# bb-run-test-macos:
26+
# runs-on: macos-latest
27+
# strategy:
28+
# fail-fast: false
29+
# matrix:
30+
# bb-version: [1.3.190, latest]
31+
# steps:
32+
# - name: Check out repository code
33+
# uses: actions/checkout@v3
34+
# - name: Install clojure tools
35+
# uses: DeLaGuardo/setup-clojure@9.4
36+
# with:
37+
# bb: ${{ matrix.bb-version }}
38+
# - run: bb run test
39+
# - name: Upload debug log
40+
# if: failure()
41+
# uses: actions/upload-artifact@v4
42+
# with:
43+
# name: macos-debug-log
44+
# path: debug.log
4545

4646
bb-run-test-windows:
4747
runs-on: windows-latest
@@ -74,21 +74,21 @@ jobs:
7474
uses: actions/upload-artifact@v4
7575
with:
7676
name: windows-debug-log
77-
path: windows-debug.log
78-
77+
path: debug.log
7978

80-
bb-run-lint:
81-
runs-on: ubuntu-latest
82-
strategy:
83-
fail-fast: false
84-
matrix:
85-
bb-version: [1.3.190, latest]
86-
steps:
87-
- name: Check out repository code
88-
uses: actions/checkout@v3
89-
- name: Install clojure tools
90-
uses: DeLaGuardo/setup-clojure@9.4
91-
with:
92-
bb: ${{ matrix.bb-version }}
93-
clj-kondo: latest
94-
- run: bb run lint
79+
#
80+
# bb-run-lint:
81+
# runs-on: ubuntu-latest
82+
# strategy:
83+
# fail-fast: false
84+
# matrix:
85+
# bb-version: [1.3.190, latest]
86+
# steps:
87+
# - name: Check out repository code
88+
# uses: actions/checkout@v3
89+
# - name: Install clojure tools
90+
# uses: DeLaGuardo/setup-clojure@9.4
91+
# with:
92+
# bb: ${{ matrix.bb-version }}
93+
# clj-kondo: latest
94+
# - run: bb run lint

0 commit comments

Comments
 (0)