From 4a0dacc3300401e7f55b681e047595148e62c961 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Wed, 31 Jan 2024 12:21:12 +0100 Subject: [PATCH] Don't use wildcard in --exclude-table pg_dump option --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e3e6b51..a9189b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -136,7 +136,7 @@ jobs: -e AWS_SECRET_ACCESS_KEY=secret -e AWS_DEFAULT_REGION=us-east-1 -e FILENAME=test_${{ matrix.version }}_exclude - -e PG_DUMP_EXTRA_OPTIONS='--exclude-table movie*' + -e PG_DUMP_EXTRA_OPTIONS='--exclude-table=movies' - name: Check equality uses: addnab/docker-run-action@main