Skip to content

Commit

Permalink
chore: workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsxhnd committed Sep 29, 2024
1 parent bc0b7cb commit 8b52ecb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 74 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- "README.md"
- "CHANGELOG.md"
- "LICENSE"
tags-ignore:
- "v*"

jobs:
Test:
Expand All @@ -24,13 +26,13 @@ jobs:
- name: Get dependencies
run: go get -v -t -d ./...

- name: Install Task
uses: arduino/setup-task@v1
with:
version: 3.x
# - name: Install Task
# uses: arduino/setup-task@v1
# with:
# version: 3.x

- name: Mock Test Data
run: task gen_test
# - name: Mock Test Data
# run: task gen_test

- name: Test
run: go test -v -coverprofile=coverage.out -covermode=atomic ./...
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ builds:

archives:
- format: tar.gz
allow_different_binary_count: true
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
{{ .ProjectName }}_
Expand Down
11 changes: 0 additions & 11 deletions garage_cmd/crawl_tenhou.go

This file was deleted.

1 change: 0 additions & 1 deletion garage_cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ func init() {
RootCmd.Commands = []*cli.Command{
crawlJavbusCmd,
crawlJavDBCmd,
crawlTenhouCmd,
versionCmd,
}
}
Expand Down
27 changes: 0 additions & 27 deletions garage_tenhou/model.go

This file was deleted.

29 changes: 0 additions & 29 deletions taskfile.yaml

This file was deleted.

0 comments on commit 8b52ecb

Please sign in to comment.