mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #33297 from overleaf/bg-fix-acceptance-tests-in-dev-env
fix: update migration commands to use yarn instead of east GitOrigin-RevId: 9cfcc393cfc1855e1edba6ba90ebb7b3a76ecb6b
This commit is contained in:
@@ -28,7 +28,7 @@ describe('BackFillUsersAnalyticsId', function () {
|
||||
|
||||
beforeEach('run migration', function (done) {
|
||||
exec(
|
||||
'cd ../../tools/migrations && east migrate -t saas --force 20260424120000_back_fill_users_analyticsId',
|
||||
'cd ../../tools/migrations && yarn run migrations migrate -t saas --force 20260424120000_back_fill_users_analyticsId',
|
||||
done
|
||||
)
|
||||
})
|
||||
@@ -65,7 +65,7 @@ describe('BackFillUsersAnalyticsId', function () {
|
||||
describe('after rolling back', function () {
|
||||
beforeEach(function (done) {
|
||||
exec(
|
||||
'cd ../../tools/migrations && east rollback -t saas --force 20260424120000_back_fill_users_analyticsId',
|
||||
'cd ../../tools/migrations && yarn run migrations rollback -t saas --force 20260424120000_back_fill_users_analyticsId',
|
||||
done
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user