🏡 index : github.com/captn3m0/which-electron.git

author Nemo <commits@captnemo.in> 2022-05-23 20:55:39.0 +05:30:00
committer Nemo <commits@captnemo.in> 2022-05-23 20:55:39.0 +05:30:00
commit
561fbd1ff6ecb5d42b1f33cfadc922a139f2c620 [patch]
tree
7bd7b22a4c823f3372fed9a6b3423663faea943c
parent
873ff8e6ea34e7b4e47e081621a548a6faef0d75
download
561fbd1ff6ecb5d42b1f33cfadc922a139f2c620.tar.gz

[ci] rename test workflow



Diff

 .github/workflows/action.yml | 16 ----------------
 .github/workflows/tests.yml  | 16 ++++++++++++++++
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml
deleted file mode 100644
index 0a3c917..0000000 100644
--- a/.github/workflows/action.yml
+++ /dev/null
@@ -1,16 +1,0 @@
on: push
name: Main Workflow
jobs:
  tests:
    strategy:
      matrix:
        node: ['16', '14', '12']
    name: Run NPM Stuff
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - uses: actions/setup-node@v2
      with:
        node-version: ${{matrix.node}}
    - run: npm install
    - run: npm test
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
new file mode 100644
index 0000000..0a3c917 100644
--- /dev/null
+++ a/.github/workflows/tests.yml
@@ -1,0 +1,16 @@
on: push
name: Main Workflow
jobs:
  tests:
    strategy:
      matrix:
        node: ['16', '14', '12']
    name: Run NPM Stuff
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - uses: actions/setup-node@v2
      with:
        node-version: ${{matrix.node}}
    - run: npm install
    - run: npm test