chore: Bump version to 0.7.0, 1st beta
Some checks failed
CI / Test (OTP 27.2 / Elixir 1.18.2) (push) Failing after 0s
CI / Test (OTP 28.4 / Elixir 1.19.4 + E2E) (push) Failing after 0s
Release / Release Gate (push) Failing after 0s
Release / Build and publish image (push) Has been skipped

This commit is contained in:
2026-03-20 03:44:24 +01:00
parent 28c47ab435
commit bbcaa00f0b
8 changed files with 44 additions and 11 deletions

View File

@@ -69,6 +69,11 @@ jobs:
with:
node-version: 24
- name: Install just
run: |
sudo apt-get update
sudo apt-get install -y just
# Cache deps/ directory — keyed on mix.lock
- name: Cache Mix deps
uses: actions/cache@v4
@@ -115,7 +120,8 @@ jobs:
- name: Run Node Sync E2E tests
if: ${{ matrix.main }}
run: mix test.node_sync_e2e
run: just e2e node-sync
- name: Run Marmot E2E tests
run: mix test.marmot_e2e
if: ${{ matrix.main }}
run: just e2e marmot