Skip to content

Commit

Permalink
Merge branch 'master' into fix/398-undefined-values-modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Apr 8, 2024
2 parents 2528c8f + 24b43a6 commit a637005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
meteor: [1.12.2, 2.8.1, 2.13, 2.15]
meteor: [1.12.2, 2.8.1, 2.12, 2.15]
redis-version: [4, 5, 6, 7]

steps:
- uses: actions/checkout@v4

- name: Start Redis
uses: supercharge/redis-github-action@1.8.0
uses: supercharge/redis-github-action@1.5.0
with:
redis-version: ${{ matrix.redis-version }}

Expand All @@ -26,7 +26,7 @@ jobs:
run: |
meteor create --release ${{ matrix.meteor }} --bare test
cd test
meteor npm i --save puppeteer@1.18.1 simpl-schema chai
meteor npm i --save puppeteer@1.18.1 simpl-schema@1.13.1 chai
- name: Test
working-directory: ./test
run: METEOR_PACKAGE_DIRS="../" TEST_BROWSER_DRIVER=puppeteer meteor test-packages --raw-logs --once --driver-package meteortesting:mocha ../

0 comments on commit a637005

Please sign in to comment.