Skip to content

Commit 5779d76

Browse files
committed
ci: run tests on push; run rspec tests
1 parent f959bbc commit 5779d76

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Run CI
22

3-
on:
4-
push:
5-
branches:
6-
- $default-branch
7-
8-
pull_request:
3+
on: push
94

105
jobs:
116
# Run tests
@@ -34,5 +29,8 @@ jobs:
3429
- name: Run standard
3530
run: docker compose run --rm test bundle exec standardrb
3631

37-
- name: Run tests
32+
- name: Run minitest tests
3833
run: docker compose run --rm test
34+
35+
- name: Run rspec tests
36+
run: docker compose run --rm bundle exec rspec

0 commit comments

Comments
 (0)