Skip to content

Commit

Permalink
save artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Sep 29, 2022
1 parent 17d32f5 commit f61ea6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["sandpack-client", "sandpack-react"],
"sandboxes": ["sowx8r", "p9l5gn"],
"sandboxes": ["sowx8r"],
"node": "14"
}
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
- uses: actions/upload-artifact@v2
if: always()
with:
name: playwright-report
path: playwright-report/
name: sandpack-react/playwright-report
path: sandpack-react/playwright-report/
retention-days: 30

test:
Expand Down
2 changes: 1 addition & 1 deletion sandpack-react/e2e/sandpack.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test.describe("Sandpack", () => {
}`);

// Wait to the bundler applies changes
await page.waitForTimeout(3000);
await page.waitForTimeout(2000);

// ✅ Asset new content on iframe
const newHeadingIframe = await page
Expand Down

0 comments on commit f61ea6e

Please sign in to comment.