Skip to content

Merge pull request #23 from runwaylab/dependabot/github_actions/githu… #70

Merge pull request #23 from runwaylab/dependabot/github_actions/githu…

Merge pull request #23 from runwaylab/dependabot/github_actions/githu… #70

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@2a18b06812b0e15bb916e1df298d3e740422c47e # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: acceptance
env:
ISSUE_DB_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENV: acceptance
run: script/acceptance