Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Feb 6, 2024
1 parent 852bc11 commit 7b26874
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
outputs:
matrix: ${{ steps.setup-matrix.outputs.matrix }}
steps:
- run: ls .
- run: |
ls
pwd
ls ..
ls -al
- id: setup-matrix
uses: ./
# with:
Expand Down

0 comments on commit 7b26874

Please sign in to comment.