Merge pull request #979 from City-of-Helsinki/update-configuration #2374
This file contains hidden or 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
| on: | |
| pull_request: | |
| push: | |
| branches: ['main', 'dev'] | |
| name: CI | |
| jobs: | |
| tests: | |
| uses: city-of-helsinki/drupal-gh-actions/.github/workflows/project-tests.yml@main | |
| secrets: | |
| sonarcloud_token: ${{ secrets.SONAR_TOKEN }} |