Skip to content

Commit df97111

Browse files
committed
ci(react): add env to test step
1 parent ed42415 commit df97111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cli/templates/react/igr-ts/projects/_base/files/__dot__azure/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ steps:
2323
displayName: 'Install Playwright browsers'
2424
- script: npm run test
2525
displayName: 'Run tests'
26-
env:
27-
CI: 'true'
26+
env:
27+
CI: 'true'

0 commit comments

Comments
 (0)