Skip to content

Commit

Permalink
chore: include bb pipeline def
Browse files Browse the repository at this point in the history
  • Loading branch information
rhighs committed Jun 26, 2024
1 parent db0bc7d commit d9cec2a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d9cec2a

Please sign in to comment.