Skip to content

Commit

Permalink
Tweak the action config and rename the file
Browse files Browse the repository at this point in the history
  • Loading branch information
waferbaby committed Oct 23, 2023
1 parent cd1d45f commit 7336ccb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 24 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Run specs

on:
push:
branches: [main]

jobs:
test:
name: Run specs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Run rspec
run: bundle exec rspec
24 changes: 0 additions & 24 deletions .github/workflows/ruby.yml

This file was deleted.

0 comments on commit 7336ccb

Please sign in to comment.