Skip to content

chore(ui): run web console tests with context path #1339

chore(ui): run web console tests with context path

chore(ui): run web console tests with context path #1339

Workflow file for this run

name: CI
on:
push:
jobs:
CI:
name: Monorepo CI flow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- uses: ./.github/workflows/build_and_run_tests.yml
with:
context-path: ""
- name: Publish @questdb/web-console to npm
if: github.ref == 'refs/heads/main'
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
check-version: true
package: ./packages/web-console/package.json
- name: Publish @questdb/react-components to npm
if: github.ref == 'refs/heads/main'
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
check-version: true
package: ./packages/react-components/package.json