Skip to content

Commit

Permalink
Updated YAML Files - Automated by Actions Bot. (#184)
Browse files Browse the repository at this point in the history
Updated Workflow. (PR)


Co-authored-by: Vedansh ✨ <superuser.ntsystems@outlook.com>
  • Loading branch information
github-actions[bot] and offensive-vk authored Aug 6, 2024
1 parent 97e22d1 commit de39299
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 35 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI / Node.js - Linux
name: CI / Build & Test - Linux

on:
push:
Expand All @@ -14,6 +14,7 @@ jobs:
matrix:
node-version: [16.x, 18.x, 20.x, 21.x, 22.x]

name: Running Tests on Node.js Version ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v3

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI / Node.js - macOS
name: CI / Build & Test - macOS

on:
push:
Expand All @@ -14,6 +14,7 @@ jobs:
matrix:
node-version: [16.x, 18.x, 20.x, 21.x, 22.x]

name: Running Tests on Node.js Version ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v3

Expand All @@ -25,4 +26,4 @@ jobs:

- run: npm ci
- run: npm run build --if-present
- run: npm start
- run: npm start
30 changes: 0 additions & 30 deletions .github/workflows/verify.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI / Node.js - Windows
name: CI / Build & Test - Windows

on:
push:
Expand All @@ -13,7 +13,8 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 21.x, 22.x]


name: Running Tests on Node.js Version ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit de39299

Please sign in to comment.