Skip to content

Seems redundant

Seems redundant #4

Workflow file for this run

name: roles
on:
workflow_dispatch:
push:
pull_request:
types:
- opened
- reopened
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- run: test -e Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- run: make test_roles
mutate:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- run: test -e Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- run: make mutate_roles