mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
Test insert script without reset
This commit is contained in:
parent
07aa136e61
commit
9a7708001c
4
.github/workflows/reset_heroku.yml
vendored
4
.github/workflows/reset_heroku.yml
vendored
@ -25,8 +25,8 @@ jobs:
|
||||
justlogin: true
|
||||
- name: Reset Postgres
|
||||
run: |
|
||||
heroku pg:reset DATABASE --app unleash --confirm unleash
|
||||
sleep 10
|
||||
# heroku pg:reset DATABASE --app unleash --confirm unleash
|
||||
# sleep 15
|
||||
heroku pg:psql DATABASE --app unleash <<EOF
|
||||
INSERT INTO settings(name, content) VALUES ('license', '{"token": "${{ secrets.TEST_LICENSE }}"}') ON CONFLICT (name) DO UPDATE SET content = EXCLUDED.content;
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user