Skip to content

Commit 27097af

Browse files
authored
Merge pull request #161 from infyomer/patch-1
Optimize GitHub Actions workflow: Simplified YAML structure and cleaned up step names.
2 parents 37866fa + df744e5 commit 27097af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Ruby
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
46

57
jobs:
68
test:
79
runs-on: ubuntu-latest
8-
910
strategy:
1011
matrix:
1112
ruby-version: [3.4, 3.3, 3.2, 3.1]
@@ -17,5 +18,5 @@ jobs:
1718
with:
1819
ruby-version: ${{ matrix.ruby-version }}
1920
bundler-cache: true
20-
- name: Run the test suite
21+
- name: Run test suite
2122
run: bundle exec rake

0 commit comments

Comments
 (0)