Skip to content

Commit

Permalink
ci(e2e): windows debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro committed Nov 20, 2024
1 parent 3cbfc8c commit 0880f0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
e2e:
name: build-${{matrix.name}}
name: e2e-${{matrix.name}}
runs-on: ${{matrix.runs-on}}
env:
STRUCTURIZR_CLI_VERSION: v2024.11.04
Expand Down Expand Up @@ -72,8 +72,9 @@ jobs:
if: ${{ matrix.os == 'windows' }}
run: |
try {
ls
New-Item -ItemType Directory -Force -Path ./dist
tar -xvf scfz-*.tar.gz -C ./dist/
tar -xvf scfz-${{ matrix.name }}.tar.gz -C ./dist/
Move-Item -Path ./dist/*/* -Destination ./dist/
} catch {
Write-Error "An error occurred: $_"
Expand Down

0 comments on commit 0880f0b

Please sign in to comment.