Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Test no meilisearch running
uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1
uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3
with:
start: yarn dev:ci
wait-on: "http://0.0.0.0:3000"
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Test
uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1
uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3
env:
CYPRESS_host: http://meilisearch:7700
with:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Test
uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1
uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3
env:
CYPRESS_host: http://meilisearch:7700
with:
Expand Down
Loading