mirror of
https://github.com/LukeHagar/usage-statistics.git
synced 2025-12-06 12:57:44 +00:00
chore: remove test execution step from local testing workflow
This commit is contained in:
3
.github/workflows/test-action-local.yml
vendored
3
.github/workflows/test-action-local.yml
vendored
@@ -23,9 +23,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install
|
run: bun install
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: bun test
|
|
||||||
|
|
||||||
- name: Build action
|
- name: Build action
|
||||||
run: bun run action:build
|
run: bun run action:build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user