Skip to content

Commit

Permalink
Set FQDN as env variable for pytest coverage
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Nov 12, 2024
1 parent 522208a commit a29ae7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
pytest-coverage: # from pytest_coverage.yml
needs: lint
runs-on: ubuntu-latest
env:
# A workaround for long FQDN names provided by GitHub actions.
FQDN: "localhost"
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permissions:
jobs:
pytest-coverage: # from pytest_coverage.yml
runs-on: windows-latest
env:
# A workaround for long FQDN names provided by GitHub actions.
FQDN: "localhost"
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
Expand Down

0 comments on commit a29ae7b

Please sign in to comment.