Skip to content

Commit

Permalink
Don't use wildcard in --exclude-table pg_dump option
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Jan 31, 2024
1 parent c02303f commit 4a0dacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a0dacc

Please sign in to comment.