We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30dba72 commit 9eb40fdCopy full SHA for 9eb40fd
1 file changed
.github/workflows/e2e-cra-workflow.yml
@@ -32,3 +32,9 @@ jobs:
32
source scripts/e2e-setup-ci.sh
33
yarn dlx create-react-app my-cra && cd my-cra
34
yarn build
35
+
36
+ - name: 'Running the TypeScript integration test'
37
+ run: |
38
+ source scripts/e2e-setup-ci.sh
39
+ yarn dlx create-react-app my-cra-ts --typescript && cd my-cra-ts
40
+ yarn build
0 commit comments