Skip to content

build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 #293

build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1

build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 #293

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@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11.9'
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.2'
- if: matrix.os != 'windows-latest'
name: Install Fastlane {{ matrix.os }}
run: sudo gem install fastlane
- if: matrix.os == 'windows-latest'
name: Install Fastlane {{ matrix.os }}
run: gem install fastlane
- name: Run bundle install
run: bundle install
- name: Run integration tests
run: test/integration-test.sh