Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
swkim101 committed Dec 3, 2024
1 parent e58fbfe commit bc23f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test api.cspapers.org
on:
push:
paths:
- '.github/workflows/test.yml'
- 'api.cspapers.org/**'
- 'go.mod'
- 'go.sum'
Expand All @@ -23,5 +24,5 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Display Go version
run: |
make lemmas
make lemmas -B
go test api.cspapers.org/wordforms/wordforms_test.go
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<p align="center">
<a href="https://github.com/swkim101/cspapers.org/actions">
<img src="https://github.com/swkim101/cspapers.org/actions/workflows/fly.yml/badge.svg"
<img src="https://github.com/swkim101/cspapers.org/actions/workflows/test.yml/badge.svg"
alt="Continuous Deployment">
</a>
</p>
Expand Down

0 comments on commit bc23f54

Please sign in to comment.