Skip to content

Commit

Permalink
test27
Browse files Browse the repository at this point in the history
  • Loading branch information
jvvillanueva9104 committed Aug 28, 2023
1 parent 2122129 commit 784345f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/m3pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 784345f

Please sign in to comment.