From cc90e71dcae1e524222133dff2802ab195b4dd3f Mon Sep 17 00:00:00 2001 From: Jonathan De Wachter Date: Tue, 17 Dec 2024 04:15:28 +0800 Subject: [PATCH] Add OTPless behavior projects --- .github/workflows/integration.yml | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ba4dd0f..e0576ac 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -16,6 +16,9 @@ jobs: include: - {name: etv, repo: term-validator} - {name: spawn_mode, repo: spawn-mode} + - {name: otpless_worker, repo: otpless-worker} + - {name: otpless_orchestrator, repo: otpless-orchestrator} + - {name: otpless_reactor, repo: otpless-reactor} runs-on: ubuntu-latest container: diff --git a/README.md b/README.md index 93b2657..90aab74 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ All projects it's checking. - Term Validator - Spawn Mode +- OTPless Worker +- OTPless Orchestrator +- OTPless Reactor Instead of a thorough check for all platforms, all architectures and all Erlang versions, it only checks using the latest stable 'erlang' image on Linux