Skip to content

Commit 87e422f

Browse files
committed
remove test action
1 parent 5ebfeed commit 87e422f

1 file changed

Lines changed: 1 addition & 26 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -38,29 +38,4 @@ jobs:
3838

3939
- name: Test
4040
id: npm-ci-test
41-
run: npm run ci-test
42-
43-
test-action:
44-
name: GitHub Actions Test
45-
runs-on: ubuntu-latest
46-
47-
steps:
48-
- name: Checkout
49-
id: checkout
50-
uses: actions/checkout@v4
51-
52-
- name: Test Local Action
53-
id: test-action
54-
uses: ./
55-
env:
56-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57-
with:
58-
org: test
59-
packageName: test
60-
mainVersion: 1
61-
minorVersion: 0
62-
publishBeta: 'true'
63-
64-
- name: Print Output
65-
id: output
66-
run: echo "${{ steps.test-action.outputs.time }}"
41+
run: npm run ci-test

0 commit comments

Comments
 (0)