We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28da05 commit 696bf0fCopy full SHA for 696bf0f
1 file changed
.github/workflows/ci.yml
@@ -52,8 +52,7 @@ jobs:
52
runs-on: ubuntu-latest
53
if: |
54
github.event_name == 'push' &&
55
- github.repository_owner == 'DHI' &&
56
- vars.RUN_INTEGRATION_TESTS == 'true'
+ github.repository_owner == 'DHI'
57
58
steps:
59
- uses: actions/checkout@v6
@@ -75,4 +74,5 @@ jobs:
75
74
EDL_PASSWORD: ${{ secrets.EDL_PASSWORD }}
76
CREODIAS_USERNAME: ${{ secrets.CREODIAS_USERNAME }}
77
CREODIAS_PASSWORD: ${{ secrets.CREODIAS_PASSWORD }}
+ HYDROWEB_API_KEY: ${{ secrets.HYDROWEB_API_KEY }}
78
run: pytest -m integration -v --timeout=1200
0 commit comments