Skip to content

Commit

Permalink
test-checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
wh201906 committed May 18, 2023
1 parent a1921fe commit 7d0b43c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
echo $Env:PATH
echo $Env:PATH >> "$GITHUB_ENV"
- name: Test checkout
env:
MATRIX_REF: ${{ matrix.ref }}
run: |
echo ${{ env.MATRIX_REF }}
- name: ProxSpace download
run: Invoke-WebRequest "https://github.com/Gator96100/ProxSpace/archive/master.zip" -outfile "C:\proxspace.zip" -Passthru

Expand Down

0 comments on commit 7d0b43c

Please sign in to comment.