X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=c8cf44c5c9774dbe38839d5c18e9399c88b61918;hb=c14729f47992a1b142d2c20f94777d0747eaf9f2;hp=3664bbb5b2806b97569c62cf3f63a9d34ae19232;hpb=0642c3d20a52f19e96b8c57b66d64c662811d937;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3664bbb5..c8cf44c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - master + - main pull_request: types: [opened, synchronize, reopened] jobs: @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['14.x', '16.x', '17.x'] + node: ['14.x', '16.x', '18.x'] steps: - uses: actions/checkout@v3 with: @@ -31,7 +31,7 @@ jobs: - name: npm run coverage run: npm run coverage - name: SonarCloud Scan - if: "github.repository == 'jerome-benoit/charging-stations-simulator' && matrix.node == '16.x'" + if: "github.repository == 'sap/emobility-charging-stations-simulator' && matrix.node == '16.x'" uses: sonarsource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any