mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-16 01:56:10 +02:00
ci: isolate OMP workflow verification (#2382)
Co-authored-by: jan <jan@w-saxs001.local>
This commit is contained in:
parent
73895b5d05
commit
00b443eddb
3 changed files with 30 additions and 5 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -38,6 +38,9 @@ jobs:
|
|||
- name: Verify OpenCode package payload
|
||||
run: node tests/scripts/build-opencode.test.js
|
||||
|
||||
- name: Verify OMP adapter payload
|
||||
run: node tests/omp/omp-plugin.test.js
|
||||
|
||||
- name: Validate version tag
|
||||
run: |
|
||||
if ! [[ "${REF_NAME}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-[0-9A-Za-z.-]+)?$ ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue