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