Skip to content

Commit

Permalink
Add github actions status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo committed Jan 1, 2022
1 parent 031cab5 commit fb7e840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
name: Run tests
name: Tests
on: [push, pull_request]
jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@ Ruby-oci8
=========

[![Gem Version](https://badge.fury.io/rb/ruby-oci8.svg)](http://badge.fury.io/rb/ruby-oci8)
[![Build Status](https://travis-ci.com/kubo/ruby-oci8.svg?branch=master)](https://travis-ci.com/kubo/ruby-oci8)
[![Tests](https://github.com/kubo/ruby-oci8/actions/workflows/tests.yml/badge.svg)](https://github.com/kubo/ruby-oci8/actions/workflows/tests.yml)

What is ruby-oci8
-----------------
Expand Down

0 comments on commit fb7e840

Please sign in to comment.