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 70dd4e0 commit 2b33ce3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/capture_new_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
--health-timeout 5s
--health-retries 3
steps:
- name: Step 1
run: |
echo "action_state=yellow" >> $GITHUB_ENV
echo "State is: '${{ env.action_state }}'"
- name: Step 2
run: |
echo "State is: '${{ env.action_state }}'"
- name: Step 1
run: |
echo "action_state=yellow" >> $GITHUB_ENV
echo "State is: '${{ env.action_state }}'"
- name: Step 2
run: |
echo "State is: '${{ env.action_state }}'"
- name: Setup mongodb user
run: |
Expand Down

0 comments on commit 2b33ce3

Please sign in to comment.