Open DeveloperRic opened 3 years ago
testonly
posttest
npm run testonly && npm run posttest
npm test
integration
testonly
&posttest
scripts on push to master or on PRnpm run testonly && npm run posttest
becausenpm test
includes a call to theintegration
script which is broken :(