Skip to content

Commit

Permalink
slicemk: skip ble tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xudongzheng committed Jan 21, 2025
1 parent ea8d427 commit e3262b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ble-test.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
name: BLE Tests

on:
push:
paths:
- ".github/workflows/ble-test.yml"
- "app/tests/ble/**"
- "app/src/**"
- "app/run-ble-test.sh"
pull_request:
paths:
- ".github/workflows/ble-test.yml"
- "app/tests/ble/**"
- "app/src/**"
- "app/run-ble-test.sh"

jobs:
collect-tests:
outputs:
Expand Down
2 changes: 1 addition & 1 deletion app/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(void) {
#ifdef CONFIG_ZMK_DISPLAY
zmk_display_init();
#endif /* CONFIG_ZMK_DISPLAY */
// testing 2
// testing 3

return 0;
}

0 comments on commit e3262b0

Please sign in to comment.