Skip to content

Commit

Permalink
Ensure green CI with re-actors/alls-green (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect authored Aug 14, 2024
1 parent ad88db1 commit 6b46f3a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Setup NodeJs
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
registry-url: https://registry.npmjs.org
- name: Cache scala dependencies
uses: coursier/cache-action@v6
Expand Down Expand Up @@ -253,11 +253,13 @@ jobs:
PR_URL: ${{ steps.cpr.outputs.pull-request-url }}

ci:
if: always()
runs-on: ubuntu-22.04
needs: [lint, compile, publishLocal, test, testJvms, testPlatforms]
steps:
- name: Aggregate of lint, and all tests
run: echo "ci passed"
- uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

publish:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -316,7 +318,7 @@ jobs:
- name: Setup NodeJs
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
registry-url: https://registry.npmjs.org
- name: Publish Docs to NPM Registry
run: sbt docs/publishToNpm
Expand Down

0 comments on commit 6b46f3a

Please sign in to comment.