mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 09:11:06 +00:00
10 lines
178 B
YAML
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
|