mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-27 10:44:13 +00:00
Merge pull request #88 from DeBrosDAO/nightly
ci: upgrade go to 1.24, add caching, run unit tests
This commit is contained in:
commit
82c477266d
4
.github/workflows/publish-sdk.yml
vendored
4
.github/workflows/publish-sdk.yml
vendored
@ -50,8 +50,8 @@ jobs:
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
|
||||
- name: Run tests
|
||||
run: pnpm test -- --run
|
||||
- name: Run unit tests
|
||||
run: pnpm vitest run tests/unit
|
||||
|
||||
- name: Publish (dry run)
|
||||
if: inputs.dry-run == true
|
||||
|
||||
3
.github/workflows/release-apt.yml
vendored
3
.github/workflows/release-apt.yml
vendored
@ -28,7 +28,8 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.23"
|
||||
go-version: "1.24"
|
||||
cache-dependency-path: core/go.sum
|
||||
|
||||
- name: Get version
|
||||
id: version
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.24'
|
||||
cache: true
|
||||
cache-dependency-path: core/go.sum
|
||||
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user