Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init CICD pipeline using Netlify #3

Open
HarisSpahija opened this issue Nov 26, 2023 · 0 comments
Open

Init CICD pipeline using Netlify #3

HarisSpahija opened this issue Nov 26, 2023 · 0 comments
Assignees

Comments

@HarisSpahija
Copy link
Owner

DoD

  • Setup netlify PoC pipeline
  • Setup Github Actions to run the following on PR's
    • npm i
    • Eslint
    • Typescript check
    • run unit tests
    • npm build
    • publish to test env
    • github action to add test link to PR
  • Setup Github Actions to run the following on merges for Develop
    • npm i
    • Eslint
    • Typescript check
    • run unit tests
    • npm build
    • execute Cypress test
    • Make new tag for version management
    • publish to dev env
@HarisSpahija HarisSpahija self-assigned this Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant