aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 5d6d34d9f..450ddf8a1 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -50,8 +50,11 @@ jobs:
50 echo "Updating browserslist db" 50 echo "Updating browserslist db"
51 npx browserslist@latest --update-db 51 npx browserslist@latest --update-db
52 52
53 echo "Running linter and tests" 53 echo "Running linter, reformatter, rebrander and tests"
54 npm run lint 54 npm run lint
55 npm run reformat-files
56 npm run manage-translations
57 npm run apply-branding
55 npm run test 58 npm run test
56 59
57 echo "Committing and pushing submodules, dependency-updates and linter changes" 60 echo "Committing and pushing submodules, dependency-updates and linter changes"