Skip to content

Commit 11cbd19

Browse files
committed
Update workflow name and badge URL
1 parent 7a91f13 commit 11cbd19

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/lint_and_test.yaml renamed to .github/workflows/tests.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
on: [push, pull_request]
2-
name: Lint & Test
1+
name: Tests
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
311
jobs:
4-
rspec:
12+
test:
513
strategy:
614
matrix:
715
rails: ['5.2', '6.0.4', '6.1']

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ice_cube - Easy schedule expansion
22

3-
![Build Status](https://github.com/seejohnrun/ice_cube/actions/workflows/lint_and_test/badge.svg)
3+
[![Tests](https://github.com/seejohnrun/ice_cube/workflows/Tests/badge.svg)](https://github.com/seejohnrun/ice_cube/actions?query=workflow%3ATests)
44
[![Gem Version](https://badge.fury.io/rb/ice_cube.svg)](http://badge.fury.io/rb/ice_cube)
55

66
```bash

0 commit comments

Comments
 (0)