Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Amateur-God committed Jun 27, 2024
1 parent 5aec876 commit c025d05
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/addon-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4
- name: Debug - Print addon_dirs
run: |
echo "addon_dirs: ${{ needs.discover.outputs.addon_dirs }}"
- name: Debug - Print matrix folder path
run: |
echo "Matrix folder path: ${{ matrix.folder }}"
Expand All @@ -63,6 +66,9 @@ jobs:
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4
- name: Debug - Print addon_dirs
run: |
echo "addon_dirs: ${{ needs.discover.outputs.addon_dirs }}"
- name: Debug - Print matrix folder path
run: |
echo "Matrix folder path: ${{ matrix.folder }}"
Expand All @@ -81,6 +87,9 @@ jobs:
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4
- name: Debug - Print addon_dirs
run: |
echo "addon_dirs: ${{ needs.discover.outputs.addon_dirs }}"
- name: Debug - Print matrix folder path
run: |
echo "Matrix folder path: ${{ matrix.folder }}"
Expand All @@ -99,6 +108,9 @@ jobs:
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4
- name: Debug - Print addon_dirs
run: |
echo "addon_dirs: ${{ needs.discover.outputs.addon_dirs }}"
- name: Debug - Print matrix folder path
run: |
echo "Matrix folder path: ${{ matrix.folder }}"
Expand All @@ -119,6 +131,9 @@ jobs:
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4
- name: Debug - Print addon_dirs
run: |
echo "addon_dirs: ${{ needs.discover.outputs.addon_dirs }}"
- name: Debug - Print matrix folder path
run: |
echo "Matrix folder path: ${{ matrix.folder }}"
Expand All @@ -137,6 +152,9 @@ jobs:
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4
- name: Debug - Print addon_dirs
run: |
echo "addon_dirs: ${{ needs.discover.outputs.addon_dirs }}"
- name: Debug - Print matrix folder path
run: |
echo "Matrix folder path: ${{ matrix.folder }}"
Expand All @@ -161,6 +179,9 @@ jobs:
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4
- name: Debug - Print addon_dirs
run: |
echo "addon_dirs: ${{ needs.discover.outputs.addon_dirs }}"
- name: Set up build cache
id: cache
uses: actions/[email protected]
Expand Down

0 comments on commit c025d05

Please sign in to comment.