Skip to content

Commit bd3c1da

Browse files
fix git action
1 parent 2b64887 commit bd3c1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/parallel_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
bundler-cache: true
3434

3535
- name: Run Specs
36-
run: bundle exec rspec
36+
run: "bundle exec rspec --no-check-db" # remove the no check later

0 commit comments

Comments
 (0)