Skip to content

Commit

Permalink
build astra-db-ts version and test against it
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 2, 2024
1 parent 89bca0d commit e081a8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ jobs:
with:
repository: stargate/stargate-mongoose
path: stargate-mongoose
ref: main
ref: vkarpov15/astra-stargate-example
- name: Build stargate-mongoose
run: |
npm install
npm run build
node ./bin/create-tarball
working-directory: stargate-mongoose
- name: Set up JSON API
run: |
chmod +x bin/start_data_api.sh
Expand Down
2 changes: 1 addition & 1 deletion netlify-functions-ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dotenv": "16.4.5",
"mongoose": "^8.1",
"sinon": "19.0.2",
"stargate-mongoose": "0.6.7",
"stargate-mongoose": "file:./stargate-mongoose/stargate-mongoose.tgz",
"stripe": "17.4.0",
"vanillatoasts": "1.6.0",
"webpack": "5.x"
Expand Down

0 comments on commit e081a8f

Please sign in to comment.