From d3a5205bde30b534dcd89e74295673d622d58138 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sat, 17 Aug 2024 05:27:33 -0400 Subject: [PATCH] refactor: Update coverage test workflow to properly create command configuration file --- .github/workflows/coverage_test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/coverage_test.yml b/.github/workflows/coverage_test.yml index 987f99aee..ab5e3c42a 100644 --- a/.github/workflows/coverage_test.yml +++ b/.github/workflows/coverage_test.yml @@ -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