Skip to content

chore(release): publish v1.0.2-alpha.3 #2

chore(release): publish v1.0.2-alpha.3

chore(release): publish v1.0.2-alpha.3 #2

name: Post-release E2E alpha
on:
workflow_dispatch:
# Run after every alpha release to NPM
push:
tags:
- v*-alpha.*
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