feat(ci): test installed tools
This commit is contained in:
parent
034dd15f69
commit
07d6db952e
1 changed files with 7 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue