Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,12 @@ jobs:
yarn start
yarn start:wc
wait-on: "http://localhost:3000, http://localhost:3001"
quiet: true
env:
REACT_APP_API_ENDPOINT: "https://staging-editor-api.raspberrypi.org"
PUBLIC_URL: "http://localhost:3000"
ASSETS_URL: "http://localhost:3000"
REACT_APP_PLAUSIBLE_SOURCE: ""

- name: Archive cypress artifacts
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Fixes for docker-compose.yml (#1008)
- Fix deprecation warnings in GitHub Actions (#1011)
- Removed unused `isEmbedded` param from `useProject` call in `EmbeddedViewer` (#1016)
- Improvements to Cypress specs in CI (#1017)

## [0.23.0] - 2024-05-09

Expand Down
1 change: 0 additions & 1 deletion cypress.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default defineConfig({
chromeWebSecurity: false,
supportFile: false,
defaultCommandTimeout: 10000,
screenshotOnRunFailure: process.env.CI !== "true",
video: false,
setupNodeEvents(on, config) {
on("task", {
Expand Down