diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aa0aa7b..c5f2aed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,11 +66,6 @@ jobs: uses: actions/checkout@v4 - name: Test Local Action - id: test-action uses: ./ with: configFile: __tests__/data/config/all.json - - - name: Print Output - id: output - run: echo "${{ steps.test-action.outputs.time }}"