Skip to content

Add a type to collections returned by search #67547

Add a type to collections returned by search

Add a type to collections returned by search #67547

Workflow file for this run

name: Build scripts
on:
push:
branches:
- 'master'
- 'release-**'
pull_request:
jobs:
test-build-scripts:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Prepare back-end environment
timeout-minutes: 5
uses: ./.github/actions/prepare-backend
with:
m2-cache-key: 'build-scripts'
- name: Run build and release script tests
run: clojure -X:dev:drivers:build:build-dev:build-test:ci
timeout-minutes: 15
- name: Run Liquibase migrations linter tests
run: clojure -M:test
working-directory: bin/lint-migrations-file
timeout-minutes: 15