feat(ci): test installed tools
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Successful in 31s
Continuous Integration / GitHub Actions Test (push) Failing after 10s
Continuous Integration / TypeScript Tests (push) Successful in 49s

This commit is contained in:
Peter 2024-05-03 16:20:52 +02:00
parent 034dd15f69
commit 07d6db952e
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -57,8 +57,11 @@ jobs:
id: test-action id: test-action
uses: ./ uses: ./
with: with:
milliseconds: 2000 extended: true
dartSass: true
- name: Print Output - name: Test installed tools
id: output id: test-tools
run: echo "${{ steps.test-action.outputs.time }}" run: |
hugo version
sass --version