Skip to content

Bump GitHub ruby-version #33

Bump GitHub ruby-version

Bump GitHub ruby-version #33

Workflow file for this run

name: Testing urda.com
on:
push:
branches:
- gh-pages
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout ⬇️
uses: actions/checkout@v3
- name: Setup Ruby 💎
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: True # runs 'bundle install' and caches installed gems automatically
- name: Test 🧪
run: |
make jekyll-test