Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yodamad authored May 12, 2021
1 parent 5d6194d commit c50dbdb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@ jobs:
java-version: '11.x'
- name: 🪦 Install node.js packages
run: npm install
- name: Updgrade platform
- name: 🚮 Remove current git
run: sudo apt-get remove git git-man
- name: Add repo
run: sudo add-apt-repository --remove --yes ppa:git-core/ppa
- name: Update platform
run: sudo apt-get update
- name: Upgrade platform
run: sudo apt-get upgrade
- name: Install git-svn
run: sudo apt-get install git git-svn
run: sudo apt-get install --yes git git-svn
- name: 🔍 Analyze code with SonarQube
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c50dbdb

Please sign in to comment.