Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Nov 2, 2023
1 parent 464aa27 commit 80b0958
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ jobs:

- uses: hetznercloud/tps-action@main

- if: runner.os == 'Windows'
run: |
echo "BINARY=packer-plugin-hcloud.exe" >> $GITHUB_ENV
echo "PACKER_PLUGIN_PATH=%APPDATA%\packer.d\plugins" >> $GITHUB_ENV
# - if: runner.os == 'Windows'
# run: |
# echo "BINARY=packer-plugin-hcloud.exe" >> $GITHUB_ENV
# echo "PACKER_PLUGIN_PATH=%APPDATA%\packer.d\plugins" >> $GITHUB_ENV

- if: runner.os == 'Windows'
name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

- run: make testacc

0 comments on commit 80b0958

Please sign in to comment.