We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ee139a + 23c299d commit 575d535Copy full SHA for 575d535
2 files changed
.github/workflows/release.yml
@@ -17,7 +17,6 @@ jobs:
17
- uses: actions/setup-go@v5
18
with:
19
go-version: 1.25.5
20
- - run: npm install -g npm@latest
21
- uses: ./.github/actions/build-release-notes
22
- uses: actions/setup-node@v4
23
@@ -138,6 +137,7 @@ jobs:
138
137
139
node-version: 23
140
registry-url: 'https://registry.npmjs.org'
+ - run: npm install npm@latest
141
- run: npm install
142
working-directory: ./webui
143
- name: Install taskfile
acceptance/petstore_test.go
@@ -27,6 +27,7 @@ func (suite *PetStoreSuite) SetupSuite() {
27
cfg.Health.Port = cfg.Api.Port
28
cfg.Providers.File.Directories = []static.FileConfig{{Path: "./petstore"}}
29
cfg.Api.Search.Enabled = true
30
+ cfg.Api.Search.InMemory = true
31
suite.initCmd(cfg)
32
}
33
0 commit comments