VCST-879: The last login date and time indicates the current date/time instead of NA #889
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# v3.200.36 | |
name: Platform PR build | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: [ master, dev ] | |
paths-ignore: | |
- '.github/**' | |
- 'docs/**' | |
- 'build/**' | |
- 'README.md' | |
- 'LICENSE' | |
- '**/argoDeploy.json' | |
- '**/cloudDeploy.json' | |
jobs: | |
test: | |
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.200.36 | |
secrets: | |
sonarToken: ${{ secrets.SONAR_TOKEN }} | |
build: | |
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.200.36 | |
with: | |
uploadDocker: 'true' | |
secrets: | |
envPAT: ${{ secrets.REPO_TOKEN }} |