Skip to content

Commit

Permalink
fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed May 20, 2024
1 parent e942d0a commit ef9d468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Run tests
run: carton exec prove -lr --jobs 2 t
env:
HARNESS_PERL_SWITCHES: $${ steps.coverage.outputs.switches }}
HARNESS_PERL_SWITCHES: ${{ steps.coverage.outputs.switches }}
- name: Generate Codecov report
if: matrix.resolver == 'snapshot'
run: cover -report codecovbash
Expand Down

0 comments on commit ef9d468

Please sign in to comment.