Skip to content

Commit

Permalink
build: capturing new migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Oct 31, 2023
1 parent 9c2dfc5 commit 40bec3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/capture_new_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ jobs:
# echo "Running the CMS migrations."
# ./manage.py cms migrate

- id: step1
run: echo "stepOutput=value" >> "$GITHUB_OUTPUT"
- id: step2
run: echo "${{ steps.step1.stepOutput }}"

- name: Verify executed migrations on master.
id: capture1
shell: bash
Expand Down

0 comments on commit 40bec3f

Please sign in to comment.