Skip to content

Commit

Permalink
Test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
filipenevola committed Oct 13, 2024
1 parent 8519922 commit 49f02a8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/collections-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Collections Package Test

on:
push:
paths:
- 'collections/**'
pull_request:
paths:
- 'collections/**'

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install Meteor
uses: meteorengineer/setup-meteor@v1
with:
meteor-release: '3.0.3'

- name: Run package tests
run: meteor test-packages ./collections

0 comments on commit 49f02a8

Please sign in to comment.