Skip to content

Commit f674dfa

Browse files
committed
[cleanup] Remove bb task
1 parent b933afc commit f674dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
- name: Fix git dubious directory ownership error
4040
run: git config --global --add safe.directory /__w/re-com/re-com
4141

42-
- run: bb ci
42+
- run: bb test
4343

44+
- run: bb release-demo
4445

4546
- uses: actions/upload-artifact@v4
4647
with:

bb.edn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
:task (shell opts "clojure -T:build clojars")}
4848
release-demo {:depends [clean install]
4949
:task (shell opts "npx shadow-cljs release demo")}
50-
ci (do (run 'test) (run 'release-demo))
5150
watch {:depends [install]
5251
:task (shell opts "npx shadow-cljs watch demo browser-test karma-test")}
5352
watch-demo {:depends [install]

0 commit comments

Comments
 (0)