Skip to content

Commit

Permalink
ci: fix to ci code in version
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Nov 1, 2023
1 parent db06300 commit bcbdc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
go-version: 1.21
- name: Setup deps
run: |
echo 'ci version' > settings/version.txt
echo 'ci version' > app/settings/version.txt
- name: Test
run: task test

0 comments on commit bcbdc40

Please sign in to comment.