Skip to content

Commit eb1138e

Browse files
committed
Moved global test_modules env variables to sftp_handle job
1 parent f7d769b commit eb1138e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_modules.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
branches: [main, develop]
88

99
env:
10-
TEST_USER: ${{ secrets.TEST_USER }}
11-
TEST_PASSWORD: ${{ secrets.TEST_PASSWORD }}
12-
TEST_PORT: ${{ secrets.TEST_PORT }}
1310
CONF_FILE: ${{ github.workspace }}/relecov_tools/conf/configuration.json
1411

1512
jobs:
@@ -41,6 +38,9 @@ jobs:
4138
run: |
4239
python3 tests/test_sftp_handle.py --download_option ${{ matrix.download_options }} ${{ matrix.target_folders }}
4340
env:
41+
TEST_USER: ${{ secrets.TEST_USER }}
42+
TEST_PASSWORD: ${{ secrets.TEST_PASSWORD }}
43+
TEST_PORT: ${{ secrets.TEST_PORT }}
4444
OUTPUT_LOCATION: ${{ github.workspace }}/tests/
4545

4646
test_map:

0 commit comments

Comments
 (0)