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 2b33ce3 commit 464c0f6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/capture_new_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ 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: Setup mongodb user
run: |
mongosh edxapp --eval '
Expand Down Expand Up @@ -135,6 +127,14 @@ jobs:
echo "Query Result: $query_result"
echo "query_r=$query_result" >> $GITHUB_ENV
# - name: Step 1
# run: |
# echo "action_state=yellow" >> $GITHUB_ENV
# echo "State is: '${{ env.action_state }}'"
- name: Step 2
run: |
echo "State is: '${{ env.query_r }}'"
- name: Checkout branch repo
uses: actions/checkout@v2

Expand Down

0 comments on commit 464c0f6

Please sign in to comment.