Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 7cc7075

Browse files
authored
Update maven.yml
1 parent 2698e80 commit 7cc7075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
cache: maven
4040
- name: Test with Maven
4141
run: mvn -B verify --file pom.xml
42-
working-directory: $EXERCISES_DIRECTORY/${{matrix.exercise}}
42+
working-directory: ${{env.EXERCISES_DIRECTORY}}/${{matrix.exercise}}

0 commit comments

Comments
 (0)