diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml new file mode 100644 index 0000000..bfcd3e0 --- /dev/null +++ b/bitbucket-pipelines.yml @@ -0,0 +1,12 @@ +image: node:20 + +pipelines: + default: + - step: + name: Gen2E CI + caches: + - node + script: + - npm ci --include=optional + - npm run build + - npm test \ No newline at end of file