Ensure form item labels can displays entirely in modals #1326
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test turms-admin | |
on: [ push, pull_request ] | |
jobs: | |
ui-tests: | |
runs-on: ubuntu-22.04 | |
container: cypress/browsers:node16.14.0-chrome99-ff97 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Cypress run | |
uses: cypress-io/github-action@v4 | |
with: | |
working-directory: turms-admin | |
build: npm run build | |
start: npm run serve | |
wait-on: 'http://localhost:6510' |