From 69aced21e71ab1321a6bf7c0873179d0b313e869 Mon Sep 17 00:00:00 2001 From: Zack Mariscal Date: Mon, 25 Sep 2023 20:06:42 -0700 Subject: [PATCH] when adding trilogy to various places I accidentally added it to its own github action and we for sure need trilogy here --- .github/workflows/trilogy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trilogy.yml b/.github/workflows/trilogy.yml index f8eae308..009de44c 100644 --- a/.github/workflows/trilogy.yml +++ b/.github/workflows/trilogy.yml @@ -26,7 +26,7 @@ jobs: --health-timeout 5s --health-retries 5 env: - BUNDLE_WITHOUT: "db2 oracle sqlserver sqlite postgresql trilogy" + BUNDLE_WITHOUT: "db2 oracle sqlserver sqlite postgresql" BUNDLE_JOBS: 4 BUNDLE_PATH: vendor/bundle steps: