Skip to content

chore: update plugin-build/sentry-cli.properties to 2.56.1 (#1002) #1900

chore: update plugin-build/sentry-cli.properties to 2.56.1 (#1002)

chore: update plugin-build/sentry-cli.properties to 2.56.1 (#1002) #1900

name: integration-tests-sentry-cli
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
integration-test:
runs-on: ubuntu-latest
env:
SENTRY_URL: http://127.0.0.1:8000
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.10.5'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # pin@v4
- name: Set up Java
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '17'
- name: Start server and run integration test for sentry-cli commands
run: |
test/integration-test-server-start.sh &
./gradlew -p plugin-build integrationTest --tests "*IntegrationTest"