Skip to content

Add tests for MinIO storage plugin #1354

Add tests for MinIO storage plugin

Add tests for MinIO storage plugin #1354

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/[email protected]
- name: Cypress run
uses: cypress-io/[email protected]
with:
working-directory: turms-admin
build: npm run build
start: npm run serve
wait-on: 'http://localhost:6510'