Merge branch 'release-3.5' into ci/remove-travis

This commit is contained in:
Italo José
2026-03-03 09:15:11 -03:00
committed by GitHub
3 changed files with 5 additions and 4 deletions

View File

@@ -32,7 +32,8 @@ jobs:
- Babel
- Blaze
- Coffeescript
- Library
- Full Skeleton
- Tailwind Skeleton
- Monorepo
- React
- R.Router

View File

@@ -14,7 +14,7 @@ jobs:
- 'oplog,polling'
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.reactivity_order }}
cancel-in-progress: true
timeout-minutes: 90
env:

View File

@@ -93,7 +93,7 @@ describe('Meteor Skeletons /', () => {
);
describe(
'Full Library Skeleton /',
'Full Skeleton /',
testMeteorSkeleton({
skeletonName: 'full',
port: 3204,
@@ -150,7 +150,7 @@ describe('Meteor Skeletons /', () => {
);
describe(
'Tailwind Library Skeleton /',
'Tailwind Skeleton /',
testMeteorSkeleton({
skeletonName: 'tailwind',
port: 3208,