Skip to content

Commit

Permalink
front: attempt to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kmer2016 committed Jul 16, 2024
1 parent 4e6f054 commit 172abcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/front @openrailassociation/OSRD-Front
/front/src/common/api/generatedEditoastApi.ts
/front/src/common/api/osrdMiddlewareApi.ts
/front/src/reducers/osrdconf/infra_schema.json
/front/src/store/reducers/osrdconf/infra_schema.json

# --- EDITOAST ---
/editoast @openrailassociation/OSRD-Editoast
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ jobs:
cd python/osrd_schemas
poetry install --no-interaction --no-root
poetry run python -m osrd_schemas.infra_editor > current_infra_schema.json
diff current_infra_schema.json ../../front/src/reducers/osrdconf/infra_schema.json
diff current_infra_schema.json ../../front/src/store/reducers/osrdconf/infra_schema.json
check_front_rtk_sync:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 172abcc

Please sign in to comment.