Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroweb committed Aug 1, 2024
1 parent 82ff6d9 commit a9ba9b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: |
BASE_SHA=$(git merge-base origin/master $GITHUB_SHA)
CHANGED=$(git diff --name-only $BASE_SHA $GITHUB_SHA --relative ./volumes/backend/ ./containers/backend/ | wc -l)
echo $BASE_SHA
echo $CHANGED
echo "backend_changed=$CHANGED" >> $GITHUB_OUTPUT
- id: check_backend_playwright_diff
run: |
Expand Down

0 comments on commit a9ba9b7

Please sign in to comment.