Skip to content

Commit

Permalink
Build assets 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 a1ce3a9 commit 05b8f53
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ jobs:
- uses: "opensafely-core/setup-action@v1"
with:
python-version: "3.11"
install-just: true
install-just: true
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: "npm"
cache-dependency-path: package-lock.json

- uses: opensafely-core/update-dependencies-action@main
with:
update_command: "just compile-reqs -U"
on_changes_command: "just test-all"
on_changes_command: "just assets && just docs-build && just test --ignore=tests/functional"

0 comments on commit 05b8f53

Please sign in to comment.