Skip to content

fix: explicitly enabled join features in starburst tests #16

fix: explicitly enabled join features in starburst tests

fix: explicitly enabled join features in starburst tests #16

Workflow file for this run

name: Build scripts
on:
push:
branches:
- 'main'
# pull_request:
jobs:
test-build-scripts:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- 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