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
|
||||
uses: ./
|
||||
with:
|
||||
milliseconds: 2000
|
||||
extended: true
|
||||
dartSass: true
|
||||
|
||||
- name: Print Output
|
||||
id: output
|
||||
run: echo "${{ steps.test-action.outputs.time }}"
|
||||
- name: Test installed tools
|
||||
id: test-tools
|
||||
run: |
|
||||
hugo version
|
||||
sass --version
|
||||
|
|
Loading…
Reference in a new issue