Skip to content

Commit

Permalink
latest alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoventurini committed Nov 7, 2023
1 parent babf7b3 commit 7c960c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
meteorRelease:
# Meteor 3 Alpha
- '--release 3.0-alpha.16'
- '--release 3.0-alpha.17'
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -30,7 +30,4 @@ jobs:
- name: Run Tests
run: |
# Fix using old versions of Meteor
export NODE_TLS_REJECT_UNAUTHORIZED=0
mtest --package ./ --once ${{ matrix.meteorRelease }}

0 comments on commit 7c960c8

Please sign in to comment.