Skip to content

Commit

Permalink
Remove tests for Meteor 1.12.1
Browse files Browse the repository at this point in the history
For some reason the client tests were not running and Meteor 1 is deprecated.
  • Loading branch information
StorytellerCZ committed Nov 12, 2024
1 parent 412fa54 commit 38226fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
meteor: [ '1.12.1', '2.13.3', '3.0.4' ]
meteor: [ '2.13.3', '3.0.4' ]
# needs: [lintcode,lintstyle,lintdocs] # we could add prior jobs for linting, if desired
steps:
- name: checkout
Expand Down

0 comments on commit 38226fd

Please sign in to comment.