Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shijl0925 authored Jul 6, 2024
1 parent 09f301f commit a7d8793
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Go

on:
push:
branches: [ "master" ]
schedule:
- cron: '0 1 * * *'

Expand Down Expand Up @@ -45,7 +47,15 @@ jobs:
git diff
- name: Test
run: go test -v ./...
run: |
# go test -v ./...
cd examples
go run get_components.go
go run get_duplications.go
go run get_issue_changelog.go
go run get_issues.go
go run get_source.go
go run get_version.go
- name: Create commits
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit a7d8793

Please sign in to comment.