From df41ac0d3aa2fb1035c771e522dc96d2ad94e02c Mon Sep 17 00:00:00 2001 From: Sebastien Blot Date: Tue, 6 Sep 2022 10:32:13 +0200 Subject: [PATCH] actually runs the static jobs --- .github/workflows/bats.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/bats.yml b/.github/workflows/bats.yml index f8ba05e39..34bda1bf6 100644 --- a/.github/workflows/bats.yml +++ b/.github/workflows/bats.yml @@ -26,6 +26,9 @@ jobs: sqlite: uses: ./.github/workflows/bats-sqlite-coverage.yml + sqlite-static: + uses: ./.github/workflows/bats-sqlite-coverage-static.yml + # Jobs for Postgres (and sometimes MySQL) can have failing tests on GitHub # CI, but they pass when run on devs' machines or in the release checks. We # disable them here by default. Remove the if..false to enable them. @@ -35,14 +38,27 @@ jobs: with: database_image: mariadb:latest + mariadb-static: + uses: ./.github/workflows/bats-mysql-static.yml + with: + database_image: mariadb:latest + mysql: uses: ./.github/workflows/bats-mysql.yml with: database_image: mysql:latest + mysql-static: + uses: ./.github/workflows/bats-mysql-static.yml + with: + database_image: mysql:latest + postgres: uses: ./.github/workflows/bats-postgres.yml + postgres-static: + uses: ./.github/workflows/bats-postgres-static.yml + hub: uses: ./.github/workflows/bats-hub.yml secrets: