Skip to content

Commit

Permalink
Set env vars for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Sep 26, 2022
1 parent b352a55 commit 4af0306
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ jobs:
env:
E2E_TEST: tests-${{ matrix.test }}.bash
CARGO_NET_RETRY: 10
CURL_HOME: "${{ env.GITHUB_WORKSPACE }}"
steps:
- name: Check CURL_HOME
run: echo CURL_HOME="$CURL_HOME"
- name: Set CURL_HOME
run:
echo CURL_HOME="$PWD" >> $GITHUB_ENV
- uses: actions/checkout@v3
- name: Download dfx binary
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 4af0306

Please sign in to comment.