File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189189 if : ${{ failure() }}
190190 with :
191191 name : snapshot_failures-${{ matrix.tags }}
192- path : moodle/local/moodleappbehat/tests/behat/snapshots/failures/*
192+ path : moodle/public/ local/moodleappbehat/tests/behat/snapshots/failures/*
193193
194194 - name : Upload Behat failures
195195 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244244 if : ${{ failure() }}
245245 with :
246246 name : snapshot_failures-${{ matrix.tags }}
247- path : moodle/local/moodleappbehat/tests/behat/snapshots/failures/*
247+ path : moodle/public/ local/moodleappbehat/tests/behat/snapshots/failures/*
248248
249249 - name : Upload Behat failures
250250 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191191 for path in `find app/src -path "**/behat/snapshots/*.png"`
192192 do
193193 filename=`basename $path`
194- overriden="moodle/local/moodleappbehat/tests/behat/snapshots/$filename"
194+ overriden="moodle/public/ local/moodleappbehat/tests/behat/snapshots/$filename"
195195 if ! cmp -s $path $overriden; then
196196 cp "$overriden" "snapshots/$filename"
197197 echo "Changed snapshot: $filename"
You can’t perform that action at this time.
0 commit comments