Skip to content

tests: Assert connection error code rather than message #972

tests: Assert connection error code rather than message

tests: Assert connection error code rather than message #972

Workflow file for this run

name: Check
on:
pull_request:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./gradlew checkstyleMain checkstyleTest checkWithCodenarc runUnitTests