Skip to content

[CHA-1050] fix: don't reset webhook events when updating other fields #242

[CHA-1050] fix: don't reset webhook events when updating other fields

[CHA-1050] fix: don't reset webhook events when updating other fields #242

Workflow file for this run

name: Build
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
ci:
name: 🧪 Test & lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Test
env:
STREAM_KEY: ${{ secrets.STREAM_KEY }}
STREAM_SECRET: ${{ secrets.STREAM_SECRET }}
run: |
./gradlew spotlessCheck --no-daemon
./gradlew javadoc --no-daemon
./gradlew jacocoTestReport --no-daemon