Skip to content
8 changes: 4 additions & 4 deletions .github/workflows/sample-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
npm install
npm run build

- name: Run vitest and report issues
uses: ./
with:
config: ./vitest.config.ts
# - name: Run vitest and report issues
# uses: ./
# with:
# config: ./vitest.config.ts

- name: Run vitest and report issues
if: always()
Expand Down