mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +03:00
rename workflows
This commit is contained in:
2
.github/workflows/node-package.yml
vendored
2
.github/workflows/node-package.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: 'node.js'
|
name: 'node.js build'
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
|||||||
4
.github/workflows/node-tests.yml
vendored
4
.github/workflows/node-tests.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: 'node.js'
|
name: 'node.js tests'
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
@@ -8,7 +8,7 @@ on:
|
|||||||
- trying
|
- trying
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
prebuild:
|
tests:
|
||||||
name: 'tests'
|
name: 'tests'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Reference in New Issue
Block a user