We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4b9bb commit 8083285Copy full SHA for 8083285
1 file changed
.github/workflows/cd-base.yml
@@ -181,7 +181,7 @@ jobs:
181
steps:
182
- uses: actions/checkout@v4
183
184
- - name: Cleanup SPs and tables
+ - name: Cleanup test records
185
run: |
186
# install postgres client
187
sudo apt-get update && sudo apt-get install -y postgresql-client
@@ -195,5 +195,6 @@ jobs:
195
-U ${{ secrets.DB_USER }} \
196
-d ${{ secrets.DB_NAME }} \
197
-f "$file" \
198
+ -v DB_NAME=${{ secrets.DB_NAME }} \
199
-v ON_ERROR_STOP=1
200
done
0 commit comments