mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Commented out Test code for future use
This commit is contained in:
29
.github/workflows/main.yml
vendored
29
.github/workflows/main.yml
vendored
@@ -2,22 +2,21 @@ name: CI
|
|||||||
|
|
||||||
on: ["push"]
|
on: ["push"]
|
||||||
jobs:
|
jobs:
|
||||||
Test:
|
# Test:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout Commit
|
# - name: Checkout Commit
|
||||||
uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
|
#
|
||||||
- name: Setup Node.js environment
|
# - name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v2.1.1
|
# uses: actions/setup-node@v2.1.1
|
||||||
|
#
|
||||||
- name: Install Dependencies
|
# - name: Install Dependencies
|
||||||
run: npm install
|
# run: npm install
|
||||||
|
#
|
||||||
- name: Run Tests
|
# - name: Run Tests
|
||||||
run: npm run test
|
# run: npm run test
|
||||||
Build:
|
Build:
|
||||||
needs: Test
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user