Skip to content

Add utilities for working with SQLAdditionalBinaryOperator and PostgreSQLBinaryStringOperator #66

Add utilities for working with SQLAdditionalBinaryOperator and PostgreSQLBinaryStringOperator

Add utilities for working with SQLAdditionalBinaryOperator and PostgreSQLBinaryStringOperator #66

Workflow file for this run

name: test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request: { types: [opened, reopened, synchronize, ready_for_review] }
push: { branches: [ main ] }
jobs:
unit-tests:
permissions:
contents: read
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
with:
enable_all_traits: true
with_android: true
secrets: inherit
submit-dependencies:
permissions:
contents: write
if: ${{ github.event_name == 'push' }}
uses: vapor/ci/.github/workflows/submit-deps.yml@main
secrets: inherit