Skip to content

Commit

Permalink
💚 Remedy test pipeline and badge
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenWaygate committed Sep 20, 2024
1 parent 2a5399d commit 5eea377
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,25 @@ on:
paths:
- 'cmd/**'
- 'pkg/**'
- 'scripts/**'
- 'go.mod'
- 'main.go'
- '.github/actions/test/**'
- 'scripts/**'
- '.github/workflows/test.yml'
pull_request:
paths:
- 'cmd/**'
- 'pkg/**'
- 'scripts/**'
- 'go.mod'
- 'main.go'
- '.github/actions/test/**'
- 'scripts/**'
- '.github/workflows/test.yml'

jobs:
test:
runs-on: ubuntu-latest
if: !startsWith(github.ref, 'refs/tags/')
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

![GitHub Release](https://img.shields.io/github/v/release/eat-pray-ai/yutu?sort=semver&style=flat-square&logo=go)
![GitHub Downloads](https://img.shields.io/github/downloads/eat-pray-ai/yutu/total?style=flat-square)
![GitHub Actions build Status](https://img.shields.io/github/actions/workflow/status/eat-pray-ai/yutu/go-ossf-slsa3-publish.yml?style=flat-square&logo=githubactions)
![GitHub Actions build Status](https://img.shields.io/github/actions/workflow/status/eat-pray-ai/yutu/publish.yml?style=flat-square&logo=githubactions)
![GitHub Actions CodeQL Status](https://img.shields.io/github/actions/workflow/status/eat-pray-ai/yutu/codeql.yml?style=flat-square&logo=githubactions&label=CodeQL)
![GitHub Actions test Status](https://img.shields.io/github/actions/workflow/status/eat-pray-ai/yutu/test.yml?style=flat-square&logo=githubactions&label=test)

Expand Down

0 comments on commit 5eea377

Please # to comment.