malebosambo / portfolio

The repo is a react.js web app displaying my portfolio, CV and GitHub public repos.
MIT License
1 stars 0 forks source link

Workflow run failed (30/01/2023) #1

Closed malebosambo closed 1 year ago

malebosambo commented 1 year ago

The workflow run failed while doing a commit with an error that the node version being used is 12 and should be changed to 16.

Please check this.

malebosambo commented 1 year ago

I just read an article that the CI pipelines can go crazy with the increase of development, producing long runs and failed jobs.

Try to analyze the data from the CI pipelines.

malebosambo commented 1 year ago

I did research on MS Q&A, it seems that the Build & Deploy action in the workflow file needs to point to the location of the app source code.

When I look at my commits, the runs started failing when I changed the component in the index.js file from App to a custom one.

I probably need to change the value of app_location to the components directory. Research further & try it later.

malebosambo commented 1 year ago

Build runs are not failing anymore.