Skip to content

Commit

Permalink
fix: update name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Nov 11, 2024
1 parent 730f3e6 commit b939d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-go.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Run tests for a Go project
run-name: "${{ inputs.project-directory }} ${{ inputs.go-version }}"
run-name: "${{ inputs.project-directory }} ${{ inputs.go-version }} ${{ inputs.platforms }}"

on:
workflow_call:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
make generate
git --no-pager diff && [[ 0 -eq $(git status --porcelain | wc -l) ]]
- name: modVerify
working-directory: ./${{ inputs.project-directory }}
run: go mod verify
Expand Down

0 comments on commit b939d62

Please sign in to comment.