Skip to content

Commit

Permalink
Merge pull request #1199 from danicheg/fix-typos-ga-with-sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Apr 7, 2024
2 parents b5a2668 + 5b680ae commit 5b9463e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ out: GitHub-Actions-with-sbt.html
Setting up GitHub Actions with sbt
----------------------------------

[GitHub Actions][GA] is a workflow system by GitHub that supports continuous integration (CI) and continuous deployment (CD). As CI/CD feature was introduced in [2019](https://github.blog/2019-08-08-github-actions-now-supports-ci-cd/), it's a newcomer in the CI/CD field, but it quickly rised to the de-facto standard CI solution for open source Scala projects.
[GitHub Actions][GA] is a workflow system by GitHub that supports continuous integration (CI) and continuous deployment (CD). As CI/CD feature was introduced in [2019](https://github.blog/2019-08-08-github-actions-now-supports-ci-cd/), it's a newcomer in the CI/CD field, but it quickly raised to the de-facto standard CI solution for open source Scala projects.


### Set `project/build.properties`
Expand Down Expand Up @@ -139,7 +139,7 @@ Overall, the use of caching should shave off a few minutes of build time per job

### Build matrix

When creating a continous integration job, it's fairly common to split up the task into multiple jobs that runs in parallel. For example, we could:
When creating a continuous integration job, it's fairly common to split up the task into multiple jobs that runs in parallel. For example, we could:

- Run identical tests on JDK 8, JDK 11, Linux, macOS, and Windows
- Run different subset of tests on the same JDK, OS, and other setups
Expand Down

0 comments on commit 5b9463e

Please sign in to comment.