We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebfeed commit 87e422fCopy full SHA for 87e422f
1 file changed
.github/workflows/ci.yml
@@ -38,29 +38,4 @@ jobs:
38
39
- name: Test
40
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 }}"
+ run: npm run ci-test
0 commit comments