Skip to content

Commit 369d5df

Browse files
committed
test(cypress): updating cypress workflow should fix missing config issue
1 parent 4bd953b commit 369d5df

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# and the server continues in the background.
2828
npx papua serve &
2929
- name: 🌲 Cypress Test
30-
uses: cypress-io/github-action@v2
30+
uses: cypress-io/github-action@v4
3131
with:
3232
install: false
3333
# Wait for server above to start before testing.

demo-ssr/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This demo was used for the development of the native React version. The React version along with SSR rendering is already integrated into the regular demo which is also where they Cypress tests are running.
2+
3+
This playground is mainly useful to test out changes to the React version as it covers many more cases than the regular demo.

0 commit comments

Comments
 (0)