Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-dudarev committed May 17, 2024
1 parent d476c9a commit 21408e2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Please provide detailed information about your issue, thank you!

Version info:
- Browser version:
- Platform version:
- Module version:

### Expected behavior

### Actual behavior

### Steps to reproduce
1.
2.
3.
2 changes: 1 addition & 1 deletion .github/workflows/main_postman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: vc-build Compile

- name: Packaging
run: vc-build CompressWithCustomApp -skip CleanWithCustomApp+Restore+Compile+Test
run: vc-build Compress -skip Clean+Restore+Compile+Test

- name: Docker Login
uses: azure/docker-login@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-sample-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
login: ${{secrets.SONAR_TOKEN}}

- name: Packaging
run: vc-build CompressWithCustomApp -skip CleanWithCustomApp+Restore+Compile+Test -DefaultProject "${{ matrix.projectName }}"
run: vc-build Compress -skip Clean+Restore+Compile+Test -DefaultProject "${{ matrix.projectName }}"

- name: Rename artifact
run: |
Expand Down

0 comments on commit 21408e2

Please sign in to comment.