Skip to content

Commit 575d535

Browse files
authored
Merge pull request #865 from marle3003/develop
chore: fix npm install
2 parents 4ee139a + 23c299d commit 575d535

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.25.5
20-
- run: npm install -g npm@latest
2120
- uses: ./.github/actions/build-release-notes
2221
- uses: actions/setup-node@v4
2322
with:
@@ -138,6 +137,7 @@ jobs:
138137
with:
139138
node-version: 23
140139
registry-url: 'https://registry.npmjs.org'
140+
- run: npm install npm@latest
141141
- run: npm install
142142
working-directory: ./webui
143143
- name: Install taskfile

acceptance/petstore_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func (suite *PetStoreSuite) SetupSuite() {
2727
cfg.Health.Port = cfg.Api.Port
2828
cfg.Providers.File.Directories = []static.FileConfig{{Path: "./petstore"}}
2929
cfg.Api.Search.Enabled = true
30+
cfg.Api.Search.InMemory = true
3031
suite.initCmd(cfg)
3132
}
3233

0 commit comments

Comments
 (0)