Skip to content

Commit 57a6c94

Browse files
committed
debug
1 parent c22dba2 commit 57a6c94

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

.github/workflows/ci.yml

Lines changed: 57 additions & 57 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: 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
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
@@ -76,19 +76,19 @@ jobs:
7676
name: windows-debug-log
7777
path: debug.log
7878

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
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)