refactor: Update coverage test workflow to properly create command configuration file
This commit is contained in:
@@ -13,14 +13,6 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Write secret to file
|
||||
env:
|
||||
MY_SECRET: ${{ secrets.CMD_CONFIG }}
|
||||
run: |
|
||||
mkdir data
|
||||
touch data/cmd_config.json
|
||||
echo "$CMD_CONFIG" > data/cmd_config.json
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user