Skip to content

tests for collections #6

tests for collections

tests for collections #6

name: Collections Package Test
on:
push:
paths:
- 'collections/**'
- '.github/workflows/collections-test.yml'
pull_request:
paths:
- 'collections/**'
- '.github/workflows/collections-test.yml'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v3
- name: Install Meteor
uses: meteorengineer/setup-meteor@v1
with:
meteor-release: '3.0.3'
- name: Run package tests
working-directory: ./collections
run: |
meteor test-packages ./ --once --driver-package meteortesting:mocha