Store plain file cases as gzip files for both S3 and FS modes (#58) #112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- 'main' | |
pull_request: | |
jobs: | |
build: | |
uses: powsybl/github-ci/.github/workflows/build-generic.yml@9f24da824c364cf389e4efb08685134edbb62271 | |
with: | |
sonarOrganization: powsybl-ci-github | |
sonarProjectKey: com.powsybl:powsybl-case-server | |
dockerImage: docker.io/powsybl/case-server | |
dockerUsername: powsyblci | |
eventOrganizations: gridsuite | |
eventType: case_server_updated | |
secrets: | |
sonar-token: ${{ secrets.SONAR_TOKEN }} | |
docker-token: ${{ secrets.DOCKERHUB_TOKEN }} | |
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} |