Skip to content

build(deps): bump getsentry/craft from 2.25.4 to 2.26.2 (#473) #768

build(deps): bump getsentry/craft from 2.25.4 to 2.26.2 (#473)

build(deps): bump getsentry/craft from 2.25.4 to 2.26.2 (#473) #768

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.11.9"
- uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0
with:
ruby-version: "3.1.2"
- name: Run bundle install
run: bundle install
- name: Run integration tests
run: bash test/integration-test.sh