Skip to content

Commit

Permalink
Build assets, build docs and run tests without functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rebkwok committed Oct 16, 2024
1 parent 7459db7 commit f100124
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f100124

Please sign in to comment.