Skip to content

Commit 91cb43d

Browse files
authored
Merge pull request #4536 from crazyserver/MOBILE-4864
MOBILE-4864 ionic: Update ionic to 8.7.1
2 parents e099e86 + a07b086 commit 91cb43d

File tree

15 files changed

+87
-189
lines changed

15 files changed

+87
-189
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/update_behat_snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

package-lock.json

Lines changed: 32 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@awesome-cordova-plugins/sqlite": "^8.0.2",
7272
"@awesome-cordova-plugins/status-bar": "^8.0.2",
7373
"@awesome-cordova-plugins/web-intent": "^8.0.2",
74-
"@ionic/angular": "^8.6.4",
74+
"@ionic/angular": "^8.7.1",
7575
"@ionic/cordova-builders": "^12.2.0",
7676
"@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1",
7777
"@moodlehq/cordova-plugin-camera": "7.0.0-moodle.1",
@@ -234,4 +234,4 @@
234234
"nl.kingsquare.cordova.background-audio": {}
235235
}
236236
}
237-
}
237+
}

0 commit comments

Comments
 (0)