From a5e614a2e6a36097dd1b4f261dfe8c13f124ecf5 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Mon, 6 Feb 2023 16:44:29 +0300 Subject: [PATCH] Add sqlancer testing pipeline --- .github/workflows/sqlancer-test-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sqlancer-test-pipelines.yml b/.github/workflows/sqlancer-test-pipelines.yml index 9325d65f7..b94b45f01 100644 --- a/.github/workflows/sqlancer-test-pipelines.yml +++ b/.github/workflows/sqlancer-test-pipelines.yml @@ -118,3 +118,4 @@ jobs: echo "### $key" >> $GITHUB_STEP_SUMMARY echo "${errors_table[$key]}" >> $GITHUB_STEP_SUMMARY done + shell: bash