From 464c0f6f754fdf6821004e456d84e75657afb78b Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Tue, 31 Oct 2023 16:05:47 +0500 Subject: [PATCH] build: capturing new migrations. --- .github/workflows/capture_new_migrations.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index fd1635b85efc..ed61058f6e63 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -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 ' @@ -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