refactor: Update coverage test workflow to properly create command configuration file

This commit is contained in:
Soulter
2024-08-17 05:27:33 -04:00
parent ae6dd8929a
commit d3a5205bde
-8
View File
@@ -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