You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a pipeline in Github Actions for past 3 months.
The Scope is we have a front-end repo and a testing branch repo from playwright.
Now once the code is pushed from Developer to Staging, the testing branch should start running and once it is completed. It should be able give us the results like success or failure and gives the results to the front-end pipeline.
Now once it fails, we are keeping the older code in staging and notifying the developers that the test results found not upto the average and once the old code is pushed in the staging branch it should start testing again
Actually we achieved till 90%, but once reverted, it deleted the code from staging and not reverted the previous code.
How can we achieve this or is this a good method for deploying
ActionsBuild, test, and automate your deployment pipeline with world-class CI/CDQuestion
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Select Topic Area
Question
Body
I'm trying to build a pipeline in Github Actions for past 3 months.
The Scope is we have a front-end repo and a testing branch repo from playwright.
Now once the code is pushed from Developer to Staging, the testing branch should start running and once it is completed. It should be able give us the results like success or failure and gives the results to the front-end pipeline.
Now once it fails, we are keeping the older code in staging and notifying the developers that the test results found not upto the average and once the old code is pushed in the staging branch it should start testing again
Actually we achieved till 90%, but once reverted, it deleted the code from staging and not reverted the previous code.
How can we achieve this or is this a good method for deploying
Beta Was this translation helpful? Give feedback.
All reactions