Skip to content

Commit

Permalink
fixup! Fix app path assertion in diagnose tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tombruijn committed May 3, 2024
1 parent fee6cf4 commit 03ac22e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- name: "Update Git submodules"
run: "git submodule update"
- name: "Run diagnose tests"
run: "./tests/diagnose/bin/test"
run: "bin/test"
working-directory: "./tests/diagnose"

lint-style:
name: "Style linter"
Expand Down

0 comments on commit 03ac22e

Please sign in to comment.