Skip to content

Post-release E2E alpha #1

Post-release E2E alpha

Post-release E2E alpha #1

name: Post-release E2E alpha
on:
workflow_dispatch:
# Run after every release to NPM
push:
tags:
- v*
jobs:
e2e:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version:
- 20.x # Active LTS (https://github.com/nodejs/release)
- 18.x # Maintenance LTS
runs-on: ${{ matrix.os }}
steps:
- name: use node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/
- name: install
run: npm install -g log4brains@alpha
- name: test # TODO: test the preview add some assertions :-) For now we just check the exit codes. Or manage to run e2e-tests/e2e-launcher.js from here
run: |
log4brains --version
log4brains init --defaults
log4brains adr list
log4brains build