Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
intrip committed Jun 19, 2024
1 parent d584213 commit 58dd8f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
name: Ruby

on:
push:
branches:
- master

pull_request:

name: CI
on: [push, pull_request]
jobs:
build:
tests:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.1.2'
- "3.1.2"
- "3.2.1"
- "3.3.1"

steps:
- uses: actions/checkout@v3
- name: Set up Ruby
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake
- name: Run tests
run: bin/test
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ GEM
net-protocol
nokogiri (1.14.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.0-x86_64-linux)
racc (~> 1.4)
public_suffix (5.0.1)
racc (1.6.2)
rack (2.2.5)
Expand Down Expand Up @@ -93,6 +95,7 @@ GEM

PLATFORMS
arm64-darwin-21
x86_64-linux

DEPENDENCIES
homographic_spoofing!
Expand Down

0 comments on commit 58dd8f5

Please sign in to comment.