Skip to content

BE: Fix dependencies resolution (#897) #91

BE: Fix dependencies resolution (#897)

BE: Fix dependencies resolution (#897) #91

Workflow file for this run

name: "Backend: Main: Build and test"
on:
push:
branches: [ "main" ]
paths:
- "build.gradle"
- "gradle.properties"
- "settings.gradle"
- "gradle/libs.versions.toml"
- "contract/**"
- "api/**"
- "serde-api/**"
permissions:
contents: read
checks: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
uses: ./.github/workflows/backend_tests.yml
with:
event_name: ${{ github.event_name }}