Skip to content

Merge pull request #35 from runwaylab/dependabot/bundler/dev-ruby-dep… #97

Merge pull request #35 from runwaylab/dependabot/bundler/dev-ruby-dep…

Merge pull request #35 from runwaylab/dependabot/bundler/dev-ruby-dep… #97

Workflow file for this run

name: acceptance
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
acceptance:
name: acceptance
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # pin@v1.213.0
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: acceptance
env:
ISSUE_DB_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENV: acceptance
run: script/acceptance