Skip to content

Added example modal dialog using mdBootstrap #1018

Added example modal dialog using mdBootstrap

Added example modal dialog using mdBootstrap #1018

Workflow file for this run

name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup NodeJs
uses: actions/[email protected]
with:
node-version: '20.11.1'
# not using 'npm ci' because it fails
- run: npm install
- run: npm run test-lib-ci --configuration=ci
- run: npm run build-lib
- run: npm install ./dist/scuba-physics --no-package-lock
- run: npm run test-ci --configuration=ci
- name: Publish Test Results
uses: EnricoMi/[email protected]
if: always()
with:
JUNIT_FILES: test-results/**/*.xml