We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d769b commit eb1138eCopy full SHA for eb1138e
.github/workflows/test_modules.yml
@@ -7,9 +7,6 @@ on:
7
branches: [main, develop]
8
9
env:
10
- TEST_USER: ${{ secrets.TEST_USER }}
11
- TEST_PASSWORD: ${{ secrets.TEST_PASSWORD }}
12
- TEST_PORT: ${{ secrets.TEST_PORT }}
13
CONF_FILE: ${{ github.workspace }}/relecov_tools/conf/configuration.json
14
15
jobs:
@@ -41,6 +38,9 @@ jobs:
41
38
run: |
42
39
python3 tests/test_sftp_handle.py --download_option ${{ matrix.download_options }} ${{ matrix.target_folders }}
43
40
+ TEST_USER: ${{ secrets.TEST_USER }}
+ TEST_PASSWORD: ${{ secrets.TEST_PASSWORD }}
+ TEST_PORT: ${{ secrets.TEST_PORT }}
44
OUTPUT_LOCATION: ${{ github.workspace }}/tests/
45
46
test_map:
0 commit comments