mirror of
https://github.com/onedr0p/exportarr.git
synced 2026-02-06 10:57:32 +00:00
chore: remove tidy step in tests action
This commit is contained in:
parent
955edb2046
commit
e37208419f
7
.github/actions/tests/action.yaml
vendored
7
.github/actions/tests/action.yaml
vendored
@ -10,13 +10,6 @@ runs:
|
||||
with:
|
||||
go-version: ">=1.19"
|
||||
|
||||
- name: Tidy
|
||||
shell: bash
|
||||
run: |
|
||||
go version
|
||||
go mod tidy
|
||||
git diff --exit-code
|
||||
|
||||
- name: Run Unit tests
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user