mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-29 10:41:05 -06:00
/.github/{actions,workflows}: fix correctness for both formats
This commit is contained in:
1
.github/workflows/ci-email.yaml
vendored
1
.github/workflows/ci-email.yaml
vendored
@@ -39,5 +39,6 @@ jobs:
|
||||
template: ${{ github.event.client_payload.template }}
|
||||
region: us-west-2
|
||||
version: ${{ github.event.client_payload.version }}
|
||||
format: ${{ github.event.client_payload.noms_bin_format }}
|
||||
toAddresses: ${{ steps.get-addresses.outputs.addresses }}
|
||||
dataFile: ${{ format('{0}/results.log', github.workspace) }}
|
||||
|
||||
@@ -35,6 +35,9 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
needs: set-version-actor
|
||||
name: Dolt SQL Correctness
|
||||
strategy:
|
||||
matrix:
|
||||
dolt_fmt: [ "__LD_1__", "__DOLT_1__" ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: azure/setup-kubectl@v2.0
|
||||
@@ -70,4 +73,5 @@ jobs:
|
||||
ACTOR_EMAIL: ${{ github.event.inputs.email }}
|
||||
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
KUBECONFIG: "./kubeconfig"
|
||||
NOMS_BIN_FORMAT: ${{ matrix.dolt_fmt }}
|
||||
TEMPLATE_SCRIPT: "./.github/scripts/sql-correctness/get-dolt-correctness-job-json.sh"
|
||||
|
||||
Reference in New Issue
Block a user