From 212212937dddc503828bcad19e20f8acf8b765fb Mon Sep 17 00:00:00 2001 From: JV Villanueva Date: Tue, 29 Aug 2023 02:17:19 +1200 Subject: [PATCH 1/2] test26 --- .github/workflows/m3pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/m3pipeline.yml b/.github/workflows/m3pipeline.yml index 4e76848..7e51622 100644 --- a/.github/workflows/m3pipeline.yml +++ b/.github/workflows/m3pipeline.yml @@ -43,6 +43,12 @@ jobs: - name: Run Tests run: npm test + - name: Upload artifact for deployment job + uses: actions/upload-artifact@v2 + with: + name: node-app + path: . + static_code_analysis: runs-on: ubuntu-latest steps: From 784345f8ba6e0a8c915b1a922a65838777ee1a5b Mon Sep 17 00:00:00 2001 From: JV Villanueva Date: Tue, 29 Aug 2023 02:21:11 +1200 Subject: [PATCH 2/2] test27 --- .github/workflows/m3pipeline.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/m3pipeline.yml b/.github/workflows/m3pipeline.yml index 7e51622..04c387c 100644 --- a/.github/workflows/m3pipeline.yml +++ b/.github/workflows/m3pipeline.yml @@ -47,7 +47,15 @@ jobs: uses: actions/upload-artifact@v2 with: name: node-app - path: . + path: | + dist/ + src/ + test/ + mocharc.json + package-lock.json + package.json + tsconfig.json + .gitignore static_code_analysis: runs-on: ubuntu-latest