cicd: tinkers with workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s Details

macniel 2025-09-25 10:26:43 +02:00
parent dad25a6410
commit 0db4bf01c1
1 changed files with 7 additions and 7 deletions

View File

@ -6,10 +6,10 @@ on:
jobs:
build:
runs-on: node-01
steps:
- name: "testing sources"
- run: npm build
- run: npm test
- name: "releases package"
- run: echo "${{job.status}}"
runs-on: node-01
steps:
- name: "testing sources"
- run: npm build
- run: npm test
- name: "releases package"
- run: echo "${{job.status}}"