Skip to content

Bump com.slack.api:slack-api-client from 1.40.3 to 1.45.0 #421

Bump com.slack.api:slack-api-client from 1.40.3 to 1.45.0

Bump com.slack.api:slack-api-client from 1.40.3 to 1.45.0 #421

Workflow file for this run

name: "run tests"
on:
pull_request:
types: [ opened, synchronize, reopened ]
branches: [ develop ]
concurrency:
group: ci-dev-test-${{ github.ref }}
cancel-in-progress: true
jobs:
dev-test:
runs-on: ubuntu-latest
steps:
# 1. Setup
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/[email protected]
with:
distribution: 'liberica'
java-version: '21'
cache: 'maven'
# 2. Run tests
- name: Run Unit & Integration Tests
run: mvn clean verify --no-transfer-progress
# 3. Notify if fails