Skip to content

chore: build v7.4.0-beta.2 #1015

chore: build v7.4.0-beta.2

chore: build v7.4.0-beta.2 #1015

Workflow file for this run

name: Chromium, Firefox
on: [push, pull_request]
# Declare default permissions as read only.
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: bin/setup-rabbit.sh
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: '22.x'
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npx playwright install --with-deps chromium firefox
- run: npx playwright test --project=chromium --project=firefox
- run: npm pack
- run: bin/rx-stomp.sh