Skip to content

Commit

Permalink
fix: update ci for hasura build
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Sep 6, 2023
1 parent 748c238 commit 53af8e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- uses: actions/checkout@v3
- name: Check hasura changes
run: |
git status
CURRENT_COMMIT=$(git rev-parse HEAD)
STATUS=`git diff HEAD^ HEAD hasura`
NUMBER_CHANGES=${#STATUS}
Expand Down

0 comments on commit 53af8e0

Please sign in to comment.