Skip to content

Commit

Permalink
an other
Browse files Browse the repository at this point in the history
  • Loading branch information
dmail committed Aug 21, 2024
1 parent 9de1f5c commit d2078da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_test_workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ jobs:
env:
FOO: format({0}{1}, $HOME, '\AppData\Local\ms-playwright')
BAR: $HOME\AppData\Local\ms-playwright
ZAZ: ${{ $HOME\AppData\Local\ms-playwright }}
ZOO: ${{ env.HOME\AppData\Local\ms-playwright }}
run: echo "${{ env.FOO }}, ${{ env.BAR }}, ${{ env.ZAZ }}, ${{ env.ZOO }}"
run: echo "${{ env.FOO }}, ${{ env.BAR }}, ${{ env.ZAZ }}, ${{ env.ZOO }}"

# Attempt to restore the correct Playwright browser binaries based on the
# currently installed version of Playwright (The browser binary versions
Expand Down

0 comments on commit d2078da

Please sign in to comment.