Skip to content

Commit

Permalink
Space at the end of aworkflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
PietropaoloFrisoni committed Sep 16, 2024
1 parent 28dfaac commit 2928843
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/install_deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,5 @@ runs:
uses: actions/upload-artifact@v4
with:
name: frozen-${{ inputs.requirements_file }}
path: ${{ inputs.requirements_file }}
path: ${{ inputs.requirements_file }}

3 changes: 2 additions & 1 deletion .github/workflows/interface-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -600,4 +600,5 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.codecov_token }}
fail_ci_if_error: true # upload errors should be caught early
fail_ci_if_error: true # upload errors should be caught early

3 changes: 2 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ steps.benchmark_name.outputs.benchmark_name }}-benchmarks
path: ${{ github.workspace }}/benchmark_results
path: ${{ github.workspace }}/benchmark_results

0 comments on commit 2928843

Please sign in to comment.