Skip to content

Commit

Permalink
Merge pull request #443 from klablink/async-refact
Browse files Browse the repository at this point in the history
Support for asynchronous mongo methods
  • Loading branch information
harryadel authored Dec 20, 2023
2 parents dd7ddfa + 003b011 commit abc15c4
Show file tree
Hide file tree
Showing 19 changed files with 2,526 additions and 1,975 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@

name: Test suite

on:
push:
branches:
- master
- develop
pull_request:
on: [push, pull_request]

jobs:
tests:
Expand All @@ -17,12 +12,12 @@ jobs:
# needs: [lintcode,lintstyle,lintdocs] # we could add prior jobs for linting, if desired
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup meteor
uses: meteorengineer/setup-meteor@v1
with:
meteor-release: '2.2'
meteor-release: '2.13.3'

- name: cache dependencies
uses: actions/cache@v1
Expand All @@ -32,3 +27,4 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- run: cd tests && meteor npm install && meteor npm run test

Loading

0 comments on commit abc15c4

Please sign in to comment.