Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.25.5
- run: npm install -g npm@latest
- uses: ./.github/actions/build-release-notes
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -138,6 +137,7 @@ jobs:
with:
node-version: 23
registry-url: 'https://registry.npmjs.org'
- run: npm install npm@latest
- run: npm install
working-directory: ./webui
- name: Install taskfile
Expand Down
1 change: 1 addition & 0 deletions acceptance/petstore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func (suite *PetStoreSuite) SetupSuite() {
cfg.Health.Port = cfg.Api.Port
cfg.Providers.File.Directories = []static.FileConfig{{Path: "./petstore"}}
cfg.Api.Search.Enabled = true
cfg.Api.Search.InMemory = true
suite.initCmd(cfg)
}

Expand Down
Loading