Skip to content

Commit f306230

Browse files
committed
Fix CI: copy config.py.sample to config.py before running tests
1 parent 9eaf6ff commit f306230

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Generate config.json from secrets
6363
shell: bash
6464
run: |
65+
cp config.py.sample config.py
6566
cat > config.json <<ENDOFCFG
6667
{
6768
"database" : "${{ secrets.DB2_DATABASE }}",

0 commit comments

Comments
 (0)