Skip to content

Commit e6a6c45

Browse files
author
deeleeramone
committed
fix(ci): override working-directory for ci-required gate job
1 parent 2c5762f commit e6a6c45

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-pywry.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,9 @@ jobs:
392392
- test
393393
permissions:
394394
contents: read
395+
defaults:
396+
run:
397+
working-directory: ${{ github.workspace }}
395398
steps:
396399
- name: Enforce required CI outcomes
397400
shell: bash

0 commit comments

Comments
 (0)