Skip to content

Commit

Permalink
ci: refactor to not require version
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Nov 1, 2023
1 parent bcbdc40 commit b5cf1a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Setup deps
run: |
echo 'ci version' > app/settings/version.txt
- name: Test
run: task test

0 comments on commit b5cf1a8

Please sign in to comment.