Skip to content

Commit

Permalink
Merge pull request #1137 from noopurintel/pytest-coverage-fqdn-fix
Browse files Browse the repository at this point in the history
Set FQDN as env variable for pytest coverage
  • Loading branch information
teoparvanov authored Nov 12, 2024
2 parents 522208a + 978eb6e commit 3301e57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
permissions:
contents: read

env:
# A workaround for long FQDN names provided by GitHub actions.
FQDN: "localhost"

jobs:
lint: # from lint.yml
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
permissions:
contents: read

env:
# A workaround for long FQDN names provided by GitHub actions.
FQDN: "localhost"

jobs:
pytest-coverage: # from pytest_coverage.yml
runs-on: windows-latest
Expand Down

0 comments on commit 3301e57

Please sign in to comment.