Skip to content

Commit

Permalink
updated workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
sio4 committed Jun 29, 2022
1 parent 06d8d76 commit eeb484c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/standard-go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
jobs:
call-standard-test:
name: Standard Test
uses: hyeoncheon/.github/.github/workflows/go-test.yml@main
uses: hyeoncheon/.github/.github/workflows/go-test.yml@latest
secrets: inherit

call-standard-coverage:
needs: [ call-standard-test ]
name: Standard Coverage
uses: hyeoncheon/.github/.github/workflows/go-coverage.yml@main
uses: hyeoncheon/.github/.github/workflows/go-coverage.yml@latest
secrets: inherit

0 comments on commit eeb484c

Please sign in to comment.