Notification nouveaux JDD : répare matching avec mots-clefs #2389
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: 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 |