Skip to content

Commit

Permalink
Fix database cleanup step in pr-check (#101)
Browse files Browse the repository at this point in the history
* Debug script contents

* Fix sed command

* Remove debug
  • Loading branch information
zijchen authored Jun 21, 2022
1 parent f94e710 commit e87bd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Set database name for cleanup
if: always()
run: sed 's/$(DbName)/${{ env.TEST_DB }}/' > ${{ runner.temp }}/cleanup.sql
run: sed 's/$(DbName)/${{ env.TEST_DB }}/' ./__testdata__/cleanup.sql > ${{ runner.temp }}/cleanup.sql

- name: Cleanup Test Database
if: always()
Expand Down

0 comments on commit e87bd5b

Please sign in to comment.