Skip to content

Pekko integration tests - 3x speed up, big maintenance work #3298

Pekko integration tests - 3x speed up, big maintenance work

Pekko integration tests - 3x speed up, big maintenance work #3298

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
permissions:
contents: read
jobs:
test:
uses: evolution-gaming/scala-github-actions/.github/workflows/ci.yml@61f111a4472fde7b63e5921ac8a238f22d1bb028 # v7.0.1
# to have one CI job status check for branch protection rules
# see: https://github.com/re-actors/alls-green
all-green:
if: always()
needs:
- test
runs-on: Ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@b5b5b37504aa4183270bd3d855c52a67f212be35 # v1.3.0
with:
jobs: ${{ toJSON(needs) }}