Remove test-action from ci.yml

we don't need this as it pertains to the template js action. We'll find other ways to test the action.
This commit is contained in:
Conor Sloan
2023-11-22 12:18:03 +00:00
committed by GitHub
parent e39e2c9775
commit 4c296f98cf
+1 -19
View File
@@ -42,22 +42,4 @@ jobs:
- name: Test
id: npm-ci-test
run: npm run ci-test
test-action:
name: GitHub Actions Test
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Test Local Action
id: test-action
uses: ./
with:
milliseconds: 1000
- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"