Browse Source

Ensure a full rollbakc in the pipeline

pull/1356/head
Timothée Jaussoin 1 year ago
parent
commit
1790933582
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -51,7 +51,7 @@ jobs:
run: composer movim:migrate
- name: Perform database rollback
run: composer movim:rollback -t 20180314212906
run: php vendor/bin/phinx rollback -t 20180314212906
- name: ...and migrate again
run: composer movim:migrate

Loading…
Cancel
Save