Skip to content

Commit

Permalink
Update E2E tests due to upstream breaking changes (#4)
Browse files Browse the repository at this point in the history
* Update E2E tests due to upstream breaking changes

* Update E2E tests due to upstream breaking changes
  • Loading branch information
QubitPi authored Dec 23, 2023
1 parent 3c53390 commit f4ccc06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@ jobs:
start_strategy: ["yarn-start", "serve"]
node_version: [18]
steps:
- uses: actions/checkout@v3
- name: Set node version to ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: yarn
- name: Load test .env file
run: mv .env.test .env
- uses: QubitPi/hashicorp-aws/auxiliary/github/actions/cypress-e2e@master
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down
1 change: 0 additions & 1 deletion docs/blog/2023-04-23-d3-with-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ The other sources that I have found seem to be on more of a similar page. They a
direct D3 to an SVG and `useEffect` to manipulate it.

- [griddynamics: Using D3.js with React.js: An 8-step comprehensive manual](https://blog.griddynamics.com/using-d3-js-with-react-js-an-8-step-comprehensive-manual/)
- [Pluralsight: Using D3.js Inside a React App](https://www.pluralsight.com/guides/using-d3.js-inside-a-react-app)
- [LogRocket: Using D3.js v6 with React](https://blog.logrocket.com/using-d3-js-v6-with-react/)

Configurable D3 Graph
Expand Down

0 comments on commit f4ccc06

Please sign in to comment.