Skip to content

test docker compose #7

test docker compose

test docker compose #7

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
paths:
- "!**.md"
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
# os: [ ubuntu-latest, macos-latest, windows-latest ]
architecture: [ "x64", "arm64" ]
dotnet-version: [ '8.0.x' ]
steps:
- uses: actions/checkout@v4
- name: Setup dotnet ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: install wasm workload
run: dotnet workload install wasi-experimental
- uses: sqlc-dev/setup-sqlc@v4
with:
sqlc-version: '1.25.0'
- uses: hoverkraft-tech/compose-action@v1.5.1
with:
services: |
plugin-tests
mysqldb
postgresdb
# - name: Test generated code (.exe)
# run: make test-process-plugin-ci
# - name: Test generated code (.wasm)
# run: make test-wasm-plugin