Skip to content

Commit

Permalink
e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
karambarakat committed May 29, 2023
1 parent d9c07c4 commit 1455400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
"pnpm --filter strapi run dev:ephemeral"
"pnpm --filter frontend run dev"
"pnpm --filter e2e run test"
"echo todo load vars"
2 changes: 1 addition & 1 deletion apps/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"db": "docker compose -f docker-compose-postgres.yaml up -d",
"compose": "docker compose -f docker-compose-strapi.yaml up -d",
"dev": "strapi develop",
"dev:ephemeral": "touch .tmp/dev.db && rm -f .tmp/dev.db && cross-env DATABASE_FILENAME=.tmp/dev.db strapi develop",
"dev:ephemeral": "mkdir -p .tmp && touch .tmp/dev.db && rm -f .tmp/dev.db && cross-env DATABASE_FILENAME=.tmp/dev.db strapi develop",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "strapi start",
"build": "strapi build"
Expand Down

1 comment on commit 1455400

@vercel
Copy link

@vercel vercel bot commented on 1455400 May 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.