Skip to content

Commit

Permalink
Run the tests during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Feb 5, 2024
1 parent b721109 commit 93e50fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ jobs:
- name: Vérification du schéma dynamique et des fichiers d'exemples associés
run: |
frictionless validate --type schema dynamique/schema-dynamique.json
- name: Vérification de l'absence de liens cassés dans les schémas
run: |
elixir checks.exs

0 comments on commit 93e50fc

Please sign in to comment.