Skip to content

Commit 696bf0f

Browse files
committed
update CI
1 parent a28da05 commit 696bf0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
if: |
5454
github.event_name == 'push' &&
55-
github.repository_owner == 'DHI' &&
56-
vars.RUN_INTEGRATION_TESTS == 'true'
55+
github.repository_owner == 'DHI'
5756
5857
steps:
5958
- uses: actions/checkout@v6
@@ -75,4 +74,5 @@ jobs:
7574
EDL_PASSWORD: ${{ secrets.EDL_PASSWORD }}
7675
CREODIAS_USERNAME: ${{ secrets.CREODIAS_USERNAME }}
7776
CREODIAS_PASSWORD: ${{ secrets.CREODIAS_PASSWORD }}
77+
HYDROWEB_API_KEY: ${{ secrets.HYDROWEB_API_KEY }}
7878
run: pytest -m integration -v --timeout=1200

0 commit comments

Comments
 (0)