Skip to content

AIRSHIP-3063 - update tag workflow image #9

AIRSHIP-3063 - update tag workflow image

AIRSHIP-3063 - update tag workflow image #9

Workflow file for this run

name: pull_request
on: pull_request
permissions:
contents: read
id-token: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.2.2
- run: rake spec