Files
BetterSEQTA-Plus/.github/actions/run-smoke-tests/action.yml
T

10 lines
178 B
YAML

name: Run smoke tests
description: Verify built extension dist output.
runs:
using: composite
steps:
- name: Smoke tests
shell: bash
run: npm run test:smoke