From f1001249bb5bb8f021a77f4bf774cff376703ee6 Mon Sep 17 00:00:00 2001 From: Becky Smith Date: Wed, 16 Oct 2024 14:55:47 +0100 Subject: [PATCH] Build assets, build docs and run tests without functional tests --- .github/workflows/update-dependencies.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 3891e9b3..ffdf1d89 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -22,11 +22,8 @@ jobs: node-version-file: ".node-version" cache: "npm" cache-dependency-path: package-lock.json - - - name: build assets - run: just assets - uses: opensafely-core/update-dependencies-action@main with: update_command: "just compile-reqs -U" - on_changes_command: "npm run build && just test --ignore=tests/functional" + on_changes_command: "just assets && just docs-build && just test --ignore=tests/functional"