Skip to content

Commit

Permalink
ci(trunk): reconfigure the e2e-test job to continue of failure (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfprod authored Jun 11, 2024
1 parent 6a24f34 commit 887eb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
npx nx run tools:compodoc-build
cp -r ./dist/compodoc ./dist/apps/documentation/browser/assets
yarn generate:changelog
npx nx run-many --target e2e --all --parallel 1
npx nx run-many --target e2e --all --parallel 1 || true
bash tools/shell/e2e.sh reports || exit 1
yarn generate:e2e-test-report-index
npx nx run documentation:build-storybook
Expand Down

0 comments on commit 887eb15

Please sign in to comment.