Skip to content

Commit b815c20

Browse files
committed
fix paths
1 parent 76baf84 commit b815c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nomad-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
3131
- name: Compare unit definition files
3232
run: |
33-
diff --unified=3 nomad/units/default_en.txt src/pynxtools/units/default_en.txt || {
33+
diff --unified=3 nomad/nomad/units/default_en.txt src/pynxtools/units/default_en.txt || {
3434
echo "::error file=src/pynxtools/units/default_en.txt::default_en.txt differs from NOMAD";
3535
exit 1;
3636
}
3737
38-
diff --unified=3 nomad/units/constants_en.txt src/pynxtools/units/constants_en.txt || {
38+
diff --unified=3 nomad/nomad/units/constants_en.txt src/pynxtools/units/constants_en.txt || {
3939
echo "::error file=src/pynxtools/units/constants.txt::constants.txt differs from NOMAD";
4040
exit 1;
4141
}

0 commit comments

Comments
 (0)