Skip to content

Commit 2bf853d

Browse files
committed
build: 🔥 Remove unnecessary test
1 parent 1bbee10 commit 2bf853d

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,3 @@ jobs:
4141
- name: Test
4242
id: npm-ci-test
4343
run: npm run ci-test
44-
45-
test-action:
46-
name: GitHub Actions Test
47-
runs-on: ubuntu-latest
48-
49-
steps:
50-
- name: Checkout
51-
id: checkout
52-
uses: actions/checkout@v4
53-
54-
- name: Test Local Action
55-
id: test-action
56-
uses: ./
57-
with:
58-
milliseconds: 2000
59-
60-
- name: Print Output
61-
id: output
62-
run: echo "${{ steps.test-action.outputs.time }}"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)