diff --git a/.github/workflows/template-specs.yml b/.github/workflows/ruby.yml similarity index 77% rename from .github/workflows/template-specs.yml rename to .github/workflows/ruby.yml index e5d615d42..345e8ba26 100644 --- a/.github/workflows/template-specs.yml +++ b/.github/workflows/ruby.yml @@ -1,4 +1,4 @@ -name: 'Template specs' +name: Ruby on: push: @@ -10,6 +10,7 @@ on: jobs: test: + name: test job templates runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -17,5 +18,4 @@ jobs: with: ruby-version: '3.3.0' bundler-cache: true - - name: 'Run specs' - run: bundle exec rspec + - run: bundle exec rspec