Skip to content

Commit ef9d468

Browse files
committed
fix workflow syntax
1 parent e942d0a commit ef9d468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Run tests
109109
run: carton exec prove -lr --jobs 2 t
110110
env:
111-
HARNESS_PERL_SWITCHES: $${ steps.coverage.outputs.switches }}
111+
HARNESS_PERL_SWITCHES: ${{ steps.coverage.outputs.switches }}
112112
- name: Generate Codecov report
113113
if: matrix.resolver == 'snapshot'
114114
run: cover -report codecovbash

0 commit comments

Comments
 (0)