From 7dbfda86efb695473ee51ad3223ee953c9271e74 Mon Sep 17 00:00:00 2001 From: vishalgr Date: Tue, 23 Mar 2021 10:21:02 +0530 Subject: [PATCH 1/9] new --- .github/workflows/scenario.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/scenario.yml diff --git a/.github/workflows/scenario.yml b/.github/workflows/scenario.yml new file mode 100644 index 00000000..64be6874 --- /dev/null +++ b/.github/workflows/scenario.yml @@ -0,0 +1,20 @@ +name: GitHub Workspace + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + strategy: + matrix: + node-version: [14.x] + + steps: + - uses: actions/checkout@v2 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v1 + with: + node-version: ${{ matrix.node-version }} + - run: npm ci + - run: npm run build --if-present + - run: npm test From cdcb35b1aee472524dc19e7b6c0da5e3feb808cf Mon Sep 17 00:00:00 2001 From: vishalgr Date: Tue, 23 Mar 2021 10:28:37 +0530 Subject: [PATCH 2/9] new version --- .github/workflows/scenario.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scenario.yml b/.github/workflows/scenario.yml index 64be6874..42e4373b 100644 --- a/.github/workflows/scenario.yml +++ b/.github/workflows/scenario.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x] + node-version: [14.x, 15.x] steps: - uses: actions/checkout@v2 From f0a0cfaea59102364d5d59b07ff55849d6d9655b Mon Sep 17 00:00:00 2001 From: vishalgr Date: Tue, 23 Mar 2021 10:30:16 +0530 Subject: [PATCH 3/9] new version --- .github/workflows/scenario.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scenario.yml b/.github/workflows/scenario.yml index 42e4373b..11b669c1 100644 --- a/.github/workflows/scenario.yml +++ b/.github/workflows/scenario.yml @@ -16,5 +16,5 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci - - run: npm run build --if-present + - run: npm run build - run: npm test From 8604bf65c258752c145f3d3d230c3110f3725ee8 Mon Sep 17 00:00:00 2001 From: vishalgr Date: Tue, 23 Mar 2021 10:31:38 +0530 Subject: [PATCH 4/9] if present in build --- .github/workflows/scenario.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scenario.yml b/.github/workflows/scenario.yml index 11b669c1..42e4373b 100644 --- a/.github/workflows/scenario.yml +++ b/.github/workflows/scenario.yml @@ -16,5 +16,5 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci - - run: npm run build + - run: npm run build --if-present - run: npm test From 1d6642c66f653726ffad6a8d5023503ed24dc375 Mon Sep 17 00:00:00 2001 From: vishalgr Date: Tue, 23 Mar 2021 10:32:38 +0530 Subject: [PATCH 5/9] if present in build --- .github/workflows/scenario.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scenario.yml b/.github/workflows/scenario.yml index 42e4373b..b20a9b01 100644 --- a/.github/workflows/scenario.yml +++ b/.github/workflows/scenario.yml @@ -15,6 +15,6 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: npm ci - - run: npm run build --if-present + #- run: npm ci + #- run: npm run build --if-present - run: npm test From d55c7e282472e669b973d0a596a1dbcea2ca5c22 Mon Sep 17 00:00:00 2001 From: vishalgr Date: Tue, 23 Mar 2021 10:33:19 +0530 Subject: [PATCH 6/9] if present in build --- .github/workflows/scenario.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scenario.yml b/.github/workflows/scenario.yml index b20a9b01..ad901c54 100644 --- a/.github/workflows/scenario.yml +++ b/.github/workflows/scenario.yml @@ -15,6 +15,6 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - #- run: npm ci + - run: npm ci #- run: npm run build --if-present - run: npm test From 4ba7bb8c1c943010b9eca0d769fa50945f48d303 Mon Sep 17 00:00:00 2001 From: vishalgr Date: Tue, 23 Mar 2021 16:25:52 +0530 Subject: [PATCH 7/9] if present in build --- .github/workflows/scenario.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scenario.yml b/.github/workflows/scenario.yml index ad901c54..42e4373b 100644 --- a/.github/workflows/scenario.yml +++ b/.github/workflows/scenario.yml @@ -16,5 +16,5 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci - #- run: npm run build --if-present + - run: npm run build --if-present - run: npm test From 8d8247f45531e26607031f2e7c3c92ef3684ce08 Mon Sep 17 00:00:00 2001 From: vishalgr Date: Tue, 23 Mar 2021 16:42:16 +0530 Subject: [PATCH 8/9] 1st commit to new branch --- .github/workflows/scenario.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scenario.yml b/.github/workflows/scenario.yml index 42e4373b..1fb752a6 100644 --- a/.github/workflows/scenario.yml +++ b/.github/workflows/scenario.yml @@ -16,5 +16,5 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci - - run: npm run build --if-present + ##- run: npm run build --if-present - run: npm test From 35cacdbbf9702eacb0711e5d05a3ae0dddff590a Mon Sep 17 00:00:00 2001 From: vishalgr Date: Tue, 23 Mar 2021 16:44:04 +0530 Subject: [PATCH 9/9] added new node version --- .github/workflows/scenario.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scenario.yml b/.github/workflows/scenario.yml index 1fb752a6..1e82601e 100644 --- a/.github/workflows/scenario.yml +++ b/.github/workflows/scenario.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 15.x] + node-version: [12.x, 14.x, 15.x] steps: - uses: actions/checkout@v2