Skip to content

build(deps): bump io.rest-assured:rest-assured from 5.5.6 to 6.0.0 #933

build(deps): bump io.rest-assured:rest-assured from 5.5.6 to 6.0.0

build(deps): bump io.rest-assured:rest-assured from 5.5.6 to 6.0.0 #933

Workflow file for this run

name: Test and Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
- 'docs/**'
- 'LICENSE'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-build
- name: Build project
run: ./gradlew build -DrunAllTests="true"