Skip to content

Commit

Permalink
ci: set unit test ALLOW_BIND_ZIP_FILTER default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 20, 2024
1 parent a5f06fd commit d75644c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Unit-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
PGHOST: localhost
PGUSER: postgres
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
ALLOW_BIND_ZIP_FILTER: ${{ secrets.ALLOW_BIND_ZIP_FILTER }}
ALLOW_BIND_ZIP_FILTER: ${{ secrets.ALLOW_BIND_ZIP_FILTER || false }}
APP_SECRET_KEY: ${{ secrets.APP_SECRET_KEY }}
ENABLE_HDX_EXPORTS: ${{ secrets.ENABLE_HDX_EXPORTS }}
ENABLE_CUSTOM_EXPORTS: True
Expand Down

0 comments on commit d75644c

Please sign in to comment.