test(deps): update wait-on-vite to vite v6 #2590
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: example-install-command | |
on: | |
push: | |
branches: | |
- 'master' | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
install-command: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Custom Yarn command | |
uses: ./ | |
with: | |
working-directory: examples/install-command | |
# https://classic.yarnpkg.com/en/docs/cli/install | |
install-command: yarn --frozen-lockfile --silent |