From 07c7f817dbacfb0c84c2bccfefa507cdd60e7f7b Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Wed, 29 Jul 2020 23:09:53 +0300 Subject: [PATCH 1/3] Use github action instead of travis for CI --- .github/workflows/test.yml | 20 ++++++++++++++++++++ .travis.yml | 5 ----- 2 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 .github/workflows/test.yml delete mode 100644 .travis.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..8c29e36 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,20 @@ +name: Check labs + +on: pull_request + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Node.js 14 + uses: actions/setup-node@v1 + with: + node-version: 14 + - uses: actions/cache@v2 + with: + path: ~/.npm + key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} + restore-keys: | + ${{ runner.os }}-node- + - run: npm t diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3216b52..0000000 --- a/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -language: node_js -node_js: - - 12 -script: - - npm run ci From 28914abd2958bbeb36e3ed3541e4e421a1b361af Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Wed, 29 Jul 2020 23:12:46 +0300 Subject: [PATCH 2/3] fixup! Use github action instead of travis for CI --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c29e36..2ed532d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,4 +17,5 @@ jobs: key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- + - run: npm ci - run: npm t From 1c5f23fe858d9a5ebd24663bf82091f1f31657e5 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Wed, 29 Jul 2020 23:29:24 +0300 Subject: [PATCH 3/3] fixup! Use github action instead of travis for CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ed532d..c56ccb1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Node.js 14 + - name: Node.js uses: actions/setup-node@v1 with: node-version: 14 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy