Skip to content

Commit

Permalink
test(win): add path to dll
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Sep 11, 2024
1 parent e0e97d5 commit 831f4c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
- name: Test
if: matrix.os == 'ubuntu-latest'
run: APP_BRANCH=${APP_REF:11} DOCKER_GATEWAY_HOST=172.17.0.1 DOCKER_HOST_HTTP="http://172.17.0.1" make
- name: Set CGO_LDFLAGS / pact_ffi lib on PATH
- name: Add pact_ffi lib on PATH
if: matrix.os == 'windows-latest'
shell: bash
run: |
"CGO_LDFLAGS=-L$env:TMP" >> $env:GITHUB_ENV
"$env:TMP" >> $env:GITHUB_PATH
echo "$PWD/internal/native/libs/windows-x86_64" >> $GITHUB_PATH
- name: Test (unit)
if: matrix.os != 'ubuntu-latest'
run: make test
Expand Down

0 comments on commit 831f4c0

Please sign in to comment.