cicd: tinkers with workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
Details
parent
dad25a6410
commit
0db4bf01c1
|
|
@ -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}}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue