Skip to content

Commit

Permalink
Merge pull request #17 from jvvillanueva9104/feature/pipeline1
Browse files Browse the repository at this point in the history
Feature/pipeline1
  • Loading branch information
jvvillanueva9104 authored Aug 28, 2023
2 parents 76b8ed1 + 784345f commit 77f5660
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/m3pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,20 @@ jobs:
- name: Run Tests
run: npm test

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v2
with:
name: node-app
path: |
dist/
src/
test/
mocharc.json
package-lock.json
package.json
tsconfig.json
.gitignore
static_code_analysis:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 77f5660

Please sign in to comment.