Skip to content

Commit

Permalink
ci: ✨ add checkout on test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr committed Aug 14, 2024
1 parent dc81f29 commit 829e0cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
name: Test application
runs-on: ubuntu-latest
steps:
- name: Checks-out repository
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 829e0cc

Please sign in to comment.