Skip to content

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#492) #807

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#492)

build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#492) #807

name: integration-test
on:
push:
branches:
- master
pull_request:
jobs:
integration-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.11.9"
- uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
with:
ruby-version: "3.1.2"
- name: Run bundle install
run: bundle install
- name: Run integration tests
run: bash test/integration-test.sh