Skip to content

Commit

Permalink
[IDLE-000] 워크플로우 오류 디버깅을 위한 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
J0onYEong authored Nov 18, 2024
1 parent e7d83d5 commit 1ce3289
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/merge_to_develop_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,20 @@ jobs:
echo "::set-output name=is_same::false"
diff /Users/runner/spm_builds/Package.swift Package.swift > /dev/null && \
echo "::set-output name=is_same::true"
# debuging ---
- name: Debug Cache Build
run: |
echo "cache-spm-build.cache-hit: ${{ steps.cache-spm-build.outputs.cache-hit }}"
- name: Debug Cached Package.swift
run: |
echo "cache-package-swift.cache-hit: ${{ steps.cache-package-swift.outputs.cache-hit }}"


- name: Debug Diff Package.swift
run: |
echo "check-diff-package-swift.is_same: ${{ steps.check-diff-package-swift.outputs.is_same }}"
# debuging ---

#8. tuist install
- name: Tuist install
Expand Down

0 comments on commit 1ce3289

Please sign in to comment.