Skip to content

Commit

Permalink
Merge pull request #21 from patterninc/31a5w1q_remove_circleci_badges
Browse files Browse the repository at this point in the history
remove circle ci badges
  • Loading branch information
sunnyshindepattern authored Dec 8, 2022
2 parents b355053 + f39f57b commit 4b02554
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 49 deletions.
48 changes: 0 additions & 48 deletions .circleci/config.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: CI

on: [push]

jobs:
test:
name: CI Test
runs-on: ubuntu-latest

env:
GEMFILE_RUBY_VERSION: 2.7.2
# Rails verifies the time zone in DB is the same as the time zone of the Rails app

steps:
- uses: actions/checkout@v2

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
# Not needed with a .ruby-version file
ruby-version: 2.7.2
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
env:
BUNDLE_GITHUB__COM: ${{ secrets.RUBY_GEM_BUNDLE_TOKEN }}
BUNDLE_ENTERPRISE__CONTRIBSYS__COM: ${{ secrets.SIDEKIQ_ENTERPRISE_TOKEN }}

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Blurb

[![CircleCI](https://circleci.com/gh/iserve-products/blurb.svg?style=shield)](https://circleci.com/gh/iserve-products/blurb)
[![TravisCI](https://travis-ci.org/iserve-products/blurb.svg?branch=master)](https://travis-ci.org/iserve-products/blurb)
[![Gem Version](https://badge.fury.io/rb/blurb.svg)](https://badge.fury.io/rb/blurb)

Expand Down

0 comments on commit 4b02554

Please sign in to comment.