Skip to content

Commit

Permalink
updated test and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradpotts committed Sep 27, 2024
1 parent 53e0f77 commit 751d3f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish_gem_rubygems_org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
gem install bundler
bundle install
# Set up testing master.key
- name: Set up key for testing
run: |
echo "${{ secrets.PHCDEV_TEST_KEY }}" > spec/dummy/config/master.key
# Run RSpec tests
- name: Run RSpec
run: bundle exec rspec --backtrace
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

![Issues](https://img.shields.io/github/issues/phcdevworks/ruby_api_pack_active_campaign.svg)
![Dependabot Status](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg?logo=dependabot)
[![codecov](https://codecov.io/gh/phcdevworks/ruby_api_pack_active_campaign/graph/badge.svg?token=BEEHE8A5D1)](https://codecov.io/gh/phcdevworks/ruby_api_pack_active_campaign)
[![codecov](https://codecov.io/gh/phcdevworks/ruby_api_pack_active_campaign/graph/badge.svg?token=QatALQbsJ5)](https://codecov.io/gh/phcdevworks/ruby_api_pack_active_campaign)
![Build Status](https://github.com/phcdevworks/ruby_api_pack_active_campaign/actions/workflows/test.yml/badge.svg)
[![CodeQL](https://github.com/phcdevworks/ruby_api_pack_active_campaign/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/phcdevworks/ruby_api_pack_active_campaign/actions/workflows/github-code-scanning/codeql)
![Gem Version](https://img.shields.io/gem/v/ruby_api_pack_active_campaign.svg)
Expand Down

0 comments on commit 751d3f0

Please sign in to comment.