Identifiants ZFE : ajout syndicats pour Tours et Lyon (#4415) #2416
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 ops tests | |
on: push | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
name: Run ops tests | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: erlef/setup-beam@v1 | |
with: | |
version-file: .tool-versions | |
version-type: strict | |
- run: elixir ops_tests/ops_tests.exs |