Skip to content

Commit

Permalink
Tente de déboguer l'accès aux paramètres
Browse files Browse the repository at this point in the history
  • Loading branch information
eraviart committed Dec 4, 2024
1 parent 0c3e83c commit 08f5bd0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tax-benefit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Print working directory
run: pwd
- uses: actions/checkout@v4
- name: Clone Legislation Parameters Explorer
run: git clone https://git.leximpact.dev/leximpact/legislation-parameters-explorer.git
Expand Down Expand Up @@ -71,8 +69,8 @@ jobs:
- name: Initialize .svelte-kit directory of viewer
run: npx svelte-kit sync
working-directory: legislation-parameters-explorer/packages/viewer
- name: Print working directory
run: pwd
- name: Print parameters directory
run: ls ../../../openfisca_tunisia/parameters/
working-directory: legislation-parameters-explorer/packages/viewer
- name: Generate viewer data
run: npx tsx src/scripts/generate_data.ts
Expand Down

0 comments on commit 08f5bd0

Please sign in to comment.