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: jobs:
build: build:
runs-on: node-01 runs-on: node-01
steps: steps:
- name: "testing sources" - name: "testing sources"
- run: npm build - run: npm build
- run: npm test - run: npm test
- name: "releases package" - name: "releases package"
- run: echo "${{job.status}}" - run: echo "${{job.status}}"