Skip to content

Commit

Permalink
Debug actions
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Feb 8, 2024
1 parent 658e835 commit 8be2f67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.setup-matrix.outputs.matrix }}
env:
REF: ${{ github.ref_name }}
steps:
- run: echo ${{ github.ref_name }}
- run: echo $REF
- run: echo ${{ env.REF }}
- id: setup-matrix
uses: druzsan/setup-matrix@feature/use-python-dockerfile
with:
Expand All @@ -21,7 +24,6 @@ jobs:
python-version: 3.8
- os: windows-latest
python-version: 3.10
- {}
exclude:
- os: macos-latest
python-version: 3.8
Expand Down

0 comments on commit 8be2f67

Please sign in to comment.