Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdeback committed May 31, 2024
1 parent d5b6ce6 commit 645347e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This project demonstrates best-practices of a CICD pipeline development. I've us
- Setup: JDK 19 (OpenJDK temurin|zulu distribution) is deployed to the runner (self-hosted). THe latest version of the this script:
- Checks if the correct version of JDK is already installed and if it is, proceeds to build
- If not, the cache is checked and if present downloaded from there
- If not, then is retrived from a prebuilt image provided by GitHub.
- If not, the JDK is retrieved from a prebuilt image provided by GitHub.
- Note I am not convinced this logic is required as the JDK will not change much over the lifespan of a single project but it is included as POC
- Build: Maven builds the project and runs tests. Maven must be installed on all Runners beforehand.
- Tests are Junit tests with and without Playwright running on local or Browserstack browsers
Expand Down

0 comments on commit 645347e

Please sign in to comment.