Skip to content

Commit e5436db

Browse files
committed
loc fix
1 parent 6fd42f3 commit e5436db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
# Run pytest to execute tests
3636
- name: Generate .config file inside the test folder
3737
run: |
38-
echo "[codegreen]" > tests/.codegreencore.config
39-
echo "ENTSOE_token=${{ secrets.ENTSOE_TOKEN }}" >> tests/.codegreencore.config
40-
echo "enable_energy_caching=false" >> tests/.codegreencore.config
38+
echo "[codegreen]" > .codegreencore.config
39+
echo "ENTSOE_token=${{ secrets.ENTSOE_TOKEN }}" >> .codegreencore.config
40+
echo "enable_energy_caching=false" >> .codegreencore.config
4141
- name: Run tests
4242
run: |
4343
pytest

0 commit comments

Comments
 (0)