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 1f6b4cb commit c19a3dbCopy full SHA for c19a3db
.github/workflows/integration-tests-extended.yaml
@@ -72,6 +72,6 @@ jobs:
72
NODE_OPTIONS: '--max_old_space_size=4096'
73
- name: Run integration tests
74
# use ci-reporter to publish failing diff images to s3 bucket
75
- # run: yarn test:integration:extended:ci-reporter
76
- run: yarn test:integration:extended
+ run: yarn test:integration:extended:ci-reporter
+ # run: yarn test:integration:extended
77
shell: bash
0 commit comments