Skip to content

Commit

Permalink
CI: Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed Sep 25, 2024
1 parent 94a3d3e commit 98763d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_ctest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,10 @@ jobs:
if: ${{ ! env.SKIP_STEPS && ! matrix.analyse }}
shell: bash
env:
found_api_key: ${{ matrix.build_config == 'Release' && matrix.publish_benchmark && secrets.BM_API_KEY || '' }}
BM_API_KEY: ${{ matrix.build_config == 'Release' && matrix.publish_benchmark && secrets.BM_API_KEY || '' }}
BM_BRANCH_NAME: ${{ github.ref }}
run: |
echo found_api_key: ${{ env.found_api_key }}
if [ $BM_API_KEY != '' ]; then echo "INFO: Publishing benchmarks"; fi
ROOT=$(pwd)
echo $ROOT
ctest --test-dir ${{ env.TEST_DIR }} -C ${{ matrix.build_config }} -R ${{ matrix.target }} -V
Expand Down

0 comments on commit 98763d1

Please sign in to comment.