Skip to content

Commit

Permalink
Update contributing guide to remove Jenkins and add Github Actions (#…
Browse files Browse the repository at this point in the history
…30595)

* Fix some minor format issues
* Review grammar and links
* Remove mentions to Jenkins in the contributing guide
* Avoid running jobs in forked projects
  • Loading branch information
marcospereira committed Aug 31, 2021
1 parent 14d35bd commit 06594e5
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 201 deletions.
1 change: 1 addition & 0 deletions .github/workflows/binary-compatibility-checks.yml
Expand Up @@ -12,6 +12,7 @@ jobs:
check-binary-compatibility:
name: Check / Binary Compatibility
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
strategy:
matrix:
# The versions of scala specified here are only used as `-Dakka.build.scalaVersion=...`
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nightly-builds.yml
Expand Up @@ -63,6 +63,7 @@ jobs:
akka-classic-remoting-tests:
name: Akka Classic Remoting Tests
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
strategy:
matrix:
command:
Expand Down Expand Up @@ -177,6 +178,7 @@ jobs:
akka-artery-cluster-tests:
name: Artery Aeron UDP Cluster
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
strategy:
matrix:
command:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-docs.yml
Expand Up @@ -14,6 +14,7 @@ jobs:
documentation:
name: Documentation
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
sbt:
name: sbt publish
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scala3-build.yml
Expand Up @@ -17,6 +17,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
strategy:
matrix:
command:
Expand Down

0 comments on commit 06594e5

Please sign in to comment.