Skip to content

Commit

Permalink
fix: GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
dinomh committed Mar 12, 2024
1 parent 580b71c commit b1faa13
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Install bundle deps
run: bundle i

- name: Install Bundler
run: gem install bundler -v 2.4.22

- name: Install dependencies
run: bundle _2.4.22_ install

- name: Run tests
run: export MAILERLITE_API_TOKEN=dummy_token && bundle exec rspec spec/*rspec.rb

0 comments on commit b1faa13

Please sign in to comment.