Skip to content

Commit

Permalink
chore: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robproject authored Oct 21, 2023
1 parent e4da6bc commit 451376c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
# wget https://raw.githubusercontent.com/robproject/fsjd/main/frappe_schema_json_diff.py
export TABLE_MODE=1
export GIT_EXTERNAL_DIFF=./frappe_schema_json_diff.py
echo $GIT_EXTERNAL_DIFF
chmod +x ./frappe_schema_json_diff.py
git --no-pager diff
git --no-pager diff ${{ github.base_ref }}...HEAD

0 comments on commit 451376c

Please sign in to comment.