Skip to content

Commit

Permalink
Merge 9873d3d into 99c3358
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Dec 4, 2023
2 parents 99c3358 + 9873d3d commit 32a1a1a
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 138 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@v1
with:
build_script: |
npm i -D react@17 react-dom@17 @testing-library/react@12
npm i -D react@17 react-dom@17 @types/react@17 @testing-library/react@12
npm run build
call_run_tests-react-16:
uses: yext/slapshot-reusable-workflows/.github/workflows/run_tests.yml@v1
with:
build_script: |
npm i -D react@16.14 react-dom@16.14 @testing-library/react@12
npm i -D react@16.14 react-dom@16.14 @types/react@16.14 @testing-library/react@12
npm run build
Loading

0 comments on commit 32a1a1a

Please sign in to comment.