Skip to content

Commit

Permalink
Merge #263
Browse files Browse the repository at this point in the history
263: Add option to cypress container r=mdubus a=mdubus

Workflow were failing. See: https://github.com/meilisearch/demo-movies/runs/6792136755?check_suite_focus=true

Fix suggestion here: cypress-io/github-action#446

Co-authored-by: Morgane Dubus <[email protected]>
  • Loading branch information
kaiserkernel and mdubus authored Jun 8, 2022
2 parents c498617 + 632a526 commit 30bf49d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
run: yarn lint
cypress-run:
runs-on: ubuntu-latest
container: cypress/browsers:node16.14.2-slim-chrome100-ff99-edge
container:
image: cypress/browsers:node16.14.2-slim-chrome100-ff99-edge
options: --user 1001
services:
meilisearch:
image: getmeili/meilisearch:v0.24.0
Expand Down

0 comments on commit 30bf49d

Please sign in to comment.