Skip to content

Commit

Permalink
Merge branch 'dev' into feat/VCST-2486
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegoO authored Jan 31, 2025
2 parents a3332c0 + 29f1115 commit 3b09e5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v3.800.7
# v3.800.11
# https://virtocommerce.atlassian.net/browse/VCST-1109
name: Platform PR build

Expand All @@ -17,12 +17,12 @@ on:

jobs:
test:
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.7
uses: VirtoCommerce/.github/.github/workflows/test-and-sonar.yml@v3.800.11
secrets:
sonarToken: ${{ secrets.SONAR_TOKEN }}

build:
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.7
uses: VirtoCommerce/.github/.github/workflows/build.yml@v3.800.11
with:
uploadDocker: 'true'
secrets:
Expand All @@ -41,4 +41,4 @@ jobs:
artifactUrl: ${{ needs.build.outputs.imageTag}}
repoOrg: ${{ github.repository_owner }}
downloadComment: 'Image tag:'
githubToken: ${{ env.GITHUB_TOKEN }}
githubToken: ${{ env.GITHUB_TOKEN }}

0 comments on commit 3b09e5c

Please sign in to comment.