Skip to content

Commit

Permalink
fix workflow test.yml call
Browse files Browse the repository at this point in the history
  • Loading branch information
heronimus committed Mar 22, 2024
1 parent fc8844b commit dda2f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
workflow_call:

env:
GO_VERSION: 1.21.0
Expand Down Expand Up @@ -43,4 +44,4 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
directory: "./"
directory: "./"

0 comments on commit dda2f2b

Please sign in to comment.