Skip to content

update use setup-powsybl-dev #17

update use setup-powsybl-dev

update use setup-powsybl-dev #17

Workflow file for this run

name: CI⚡ Test
on:
push:
branches:
- 'test/common-workflows'
pull_request:
permissions: {}
jobs:
build:
name: CI⚡ Build OS ${{ matrix.os }}
runs-on: ${{ matrix.os }}
if: github.event.pull_request.head.repo.fork == false
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Setup [JDK, Maven build, Sonar]
uses: powsybl/github-ci/setup-powsybl-dev@c7f5faf17e663cc519f289455b5deb91db68d4ff
with:
sonar_token: ${{ secrets.SONAR_TOKEN }}
sonar_projectKey: 'com.powsybl:powsybl-core'