Skip to content

Commit

Permalink
ci: Updating Github Action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Aug 23, 2022
1 parent f74992e commit 3026f41
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,13 @@ jobs:
run: |
echo "RELEASE_STATUS=true" >> $GITHUB_ENV
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install VirtoCommerce.GlobalTool
uses: VirtoCommerce/vc-github-actions/setup-vcbuild@master

- uses: actions/setup-java@v3
with:
distribution: 'microsoft'
java-version: '11'

- name: Install dotnet-sonarscanner
run: dotnet tool install --global dotnet-sonarscanner

Expand Down

0 comments on commit 3026f41

Please sign in to comment.