Skip to content

Commit

Permalink
trying to fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveranthony17 committed Oct 14, 2024
1 parent 4ade9ce commit cced95b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4


- name: Install bundle
run: |
gem install bundler
bundle lock --add-platform x86_64-linux
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit cced95b

Please sign in to comment.