Skip to content

Commit f7d058e

Browse files
committed
chore(CI): don't run bdd tests in CI
1 parent dac4992 commit f7d058e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ jobs:
1818
run: sbt compile
1919
- name: Run test
2020
run: sbt test
21-
- name: Run BDD
22-
run: sbt cucumber
23-
21+
# - name: Run BDD
22+
# run: sbt cucumber

0 commit comments

Comments
 (0)