Skip to content

Commit

Permalink
fix(astro): Add build step as dependency for e2e tests (#3677)
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef authored Jul 8, 2024
1 parent 0bb3ca4 commit 553fddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/violet-spies-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"outputLogs": "new-only"
},
"//#test:integration:astro": {
"dependsOn": ["^@clerk/clerk-js#build", "^@clerk/backend#build"],
"dependsOn": ["^@clerk/clerk-js#build", "^@clerk/backend#build", "^@clerk/astro#build"],
"env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"],
"inputs": ["integration/**"],
"outputLogs": "new-only"
Expand Down

0 comments on commit 553fddb

Please sign in to comment.