Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbata committed Aug 24, 2022
1 parent f60735b commit 888c161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby

name: Run tests
name: tests

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tt [![Run tests](https://github.com/gaborbata/tt/workflows/Run%20tests/badge.svg)](https://github.com/gaborbata/tt/actions/workflows/ruby.yml) [![Gem Version](https://badge.fury.io/rb/time-tracker-cli.svg)](https://badge.fury.io/rb/time-tracker-cli)
# tt [![tests](https://github.com/gaborbata/tt/workflows/tests/badge.svg)](https://github.com/gaborbata/tt/actions/workflows/ruby.yml) [![Gem Version](https://badge.fury.io/rb/time-tracker-cli.svg)](https://badge.fury.io/rb/time-tracker-cli)

⏱️ simple time tracker app on the command-line

Expand Down

0 comments on commit 888c161

Please sign in to comment.