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:
|
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}}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue