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 8b9ecb3 commit 6f03b5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/capture_new_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ jobs:
- name: Verify difference
run: |
echo "echo ${{env.SECOND_QUERY}}"
# echo "echo ${{env.query_result1}}"
# number1=${{ env.query_result1 }}
# number2=${{ env.query_result1 }}
echo "echo ${{env.FIRST_QUERY}}"
number1=${{ env.SECOND_QUERY }}
number2=${{ env.FIRST_QUERY }}
# # Perform subtraction
# diff=$((number1 - number2))
diff=$((number1 - number2))
# result=$(mysql -h 127.0.0.1 -uedxapp001 -ppassword -e "select 1 ;" edxapp;)
# echo "Query Result: $result"
# echo "$result"
Expand Down

0 comments on commit 6f03b5b

Please sign in to comment.