Skip to content

Commit 079cd1f

Browse files
authored
Update pex.yml
1 parent 99825a3 commit 079cd1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3333
restore-keys: ${{ runner.os }}-m2
3434
- name: Build PEx
35-
working-directory: Src/PRuntimes/PExRuntime
35+
working-directory: Src/PEx
3636
run: ./scripts/build.sh
3737
- name: Test PEx
38-
working-directory: Src/PRuntimes/PExRuntime
38+
working-directory: Src/PEx
3939
run: mvn test

0 commit comments

Comments
 (0)