Skip to content

Commit

Permalink
Fix cassette recording workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcornel committed May 14, 2024
1 parent bf74441 commit e8d5987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/record-vcr-cassettes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
# tests can run
# NOTE: This step executes all tests in the `tests` directory in `RECORD` mode
run: |
source $VIRTUALENV_DIRECTORY/bin/activate
export no_proxy=$GETI_HOST,$no_proxy
export NO_PROXY=$GETI_HOST,$NO_PROXY
export GETI_HOST=https://$GETI_HOST
Expand All @@ -63,6 +64,7 @@ jobs:
# tests can run
# NOTE: This step executes all tests in the `tests` directory in `RECORD` mode
run: |
source $VIRTUALENV_DIRECTORY/bin/activate
export no_proxy=$GETI_HOST,$no_proxy
export NO_PROXY=$GETI_HOST,$NO_PROXY
export GETI_HOST=https://$GETI_HOST
Expand Down

0 comments on commit e8d5987

Please sign in to comment.