Skip to content

Commit

Permalink
refactor: Rename templates workflow
Browse files Browse the repository at this point in the history
Renames job templates testing workflow and job.
  • Loading branch information
ctlong authored and mkocher committed Mar 7, 2024
1 parent f634339 commit ef00efc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Template specs'
name: Ruby

on:
push:
Expand All @@ -10,12 +10,12 @@ on:

jobs:
test:
name: test job templates
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.0'
bundler-cache: true
- name: 'Run specs'
run: bundle exec rspec
- run: bundle exec rspec

0 comments on commit ef00efc

Please sign in to comment.