Skip to content

Commit

Permalink
CI in the READMEmd
Browse files Browse the repository at this point in the history
  • Loading branch information
bidof authored Apr 30, 2024
1 parent e9ac670 commit abcbe93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ Lastly, go to the webapp directory and launch this component with `npm install`

After all the components are launched, the app should be available in localhost in port 3000.

##CI CD
The e2e tests are run directly on the machine due to the low performance of GitHub Actions, a custom runner could also be used. Operation, the .sh at the root of the repository is responsible for launching the system tests on the virtual machine. This script takes care of downloading the project, installing the dependencies, running the tests, and in case they do not work, it leaves the version that was running.

## Deployment

For the deployment, we have several options.
Expand Down

0 comments on commit abcbe93

Please sign in to comment.