From 2513fb5c2b3a02d9bfc2b7fe850047aa7b412c51 Mon Sep 17 00:00:00 2001 From: devopslearnc Date: Sat, 17 May 2025 21:50:46 -0700 Subject: [PATCH] new file added --- .github/workflows/cicdpipeline.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cicdpipeline.yml b/.github/workflows/cicdpipeline.yml index 282bc80..a5f5821 100644 --- a/.github/workflows/cicdpipeline.yml +++ b/.github/workflows/cicdpipeline.yml @@ -51,11 +51,11 @@ jobs: - name: Run tests run: npm test -- --ci --reporter=jest-junit - - name: Upload test report - uses: actions/upload-artifact@v3 - with: - name: test-results - path: junit.xml +# - name: Upload test report +# uses: actions/upload-artifact@v3 +# with: +# name: test-results +# path: junit.xml - name: Build application run: npm run build