We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e942d0a commit ef9d468Copy full SHA for ef9d468
.github/workflows/test.yml
@@ -108,7 +108,7 @@ jobs:
108
- name: Run tests
109
run: carton exec prove -lr --jobs 2 t
110
env:
111
- HARNESS_PERL_SWITCHES: $${ steps.coverage.outputs.switches }}
+ HARNESS_PERL_SWITCHES: ${{ steps.coverage.outputs.switches }}
112
- name: Generate Codecov report
113
if: matrix.resolver == 'snapshot'
114
run: cover -report codecovbash
0 commit comments