Proposer une adresse : le bouton devrait etre visible sur la carte du formulaire #372
Workflow file for this run
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: "Intégration continue" | |
on: | |
pull_request: | |
workflow_dispatch: | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
run_tests: | |
uses: ./.github/workflows/run_tests.yml |