Skip to content

AIRSHIP-3063 GHA Migration #7

AIRSHIP-3063 GHA Migration

AIRSHIP-3063 GHA Migration #7

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: bundle install
- run: rake spec