Skip to content

chore: test workflow #39

chore: test workflow

chore: test workflow #39

Workflow file for this run

name: Diff Sample
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
Diff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Setup requirements and run script
run: |
pip install rich
pip install json_source_map
# 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
chmod +x ./frappe_schema_json_diff.py
echo ${{ github.base_ref }}
echo ${{ github.ref }}
git --no-pager diff ${{ github.base_ref }}...HEAD