Skip to content

Commit c647b34

Browse files
committed
Tweak CI setting
1 parent ceff527 commit c647b34

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ jobs:
2323
java-version: '8'
2424
distribution: 'adopt'
2525
- name: Run tests
26-
run: sbt test
26+
run: |
27+
git clone https://github.com/gitbucket/gitbucket.git
28+
cd gitbucket
29+
sbt publishLocal
30+
cd ../
31+
sbt test
2732
- name: Assembly
2833
run: |
2934
npm install

0 commit comments

Comments
 (0)