mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'release-3.5' into ci/remove-travis
This commit is contained in:
3
.github/workflows/e2e-tests.yml
vendored
3
.github/workflows/e2e-tests.yml
vendored
@@ -32,7 +32,8 @@ jobs:
|
||||
- Babel
|
||||
- Blaze
|
||||
- Coffeescript
|
||||
- Library
|
||||
- Full Skeleton
|
||||
- Tailwind Skeleton
|
||||
- Monorepo
|
||||
- React
|
||||
- R.Router
|
||||
|
||||
2
.github/workflows/test-packages.yml
vendored
2
.github/workflows/test-packages.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user