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 51516c0 commit 6a9176cCopy full SHA for 6a9176c
1 file changed
.github/workflows/ci.yml
@@ -114,7 +114,12 @@ jobs:
114
- run: npm run build
115
- run: npm run test:coverage
116
- run: npm run test:acceptance
117
+ - run: npm run acceptance:semantic
118
+ - run: npm run acceptance:tracked-turn
119
- run: npm run test:stress
120
+ - run: npm run stress:event-store
121
+ - run: npm run recovery:event-store:abrupt
122
+ - run: npm run acceptance:package-runtime
123
124
supply-chain:
125
runs-on: ubuntu-latest
0 commit comments