Skip to content

Commit d048e4b

Browse files
add parameters
1 parent f98d3de commit d048e4b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/run_single_test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ jobs:
1515
with:
1616
python-version: '3.11'
1717

18+
- name: Setup parameters file
19+
shell: bash
20+
env:
21+
PARAMETERS_SECRET: ${{ secrets.PARAMETERS_SECRET }}
22+
run: |
23+
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
24+
.github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
25+
1826
- name: Install dependencies
1927
run: |
2028
python -m pip install ".[development,aio,secure-local-storage]"

0 commit comments

Comments
 (0)