forked from niuiic/blink-cmp-rg.nvim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update tui-sandbox from 2.1.0 to 5.1.0 (#35)
The ci setup needs to work around cypress-io/github-action#1246
- Loading branch information
1 parent
6834f61
commit 1bf569f
Showing
15 changed files
with
1,345 additions
and
870 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,36 +25,35 @@ jobs: | |
sudo apt-get install ripgrep | ||
} | ||
- name: Run tests | ||
- name: Run lua tests | ||
uses: nvim-neorocks/[email protected] | ||
with: | ||
nvim_version: ${{ matrix.neovim_version }} | ||
luarocks_version: "3.11.1" | ||
|
||
# https://github.com/cypress-io/github-action?tab=readme-ov-file#pnpm-workspaces | ||
- uses: pnpm/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
node-version-file: .nvmrc | ||
cache: "pnpm" | ||
- uses: actions/cache@v4 | ||
with: | ||
path: | | ||
~/.cache/Cypress | ||
key: my-cache-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }} | ||
- run: pnpm install | ||
|
||
- name: Install dependencies | ||
uses: cypress-io/github-action@v6 | ||
with: | ||
runTests: false | ||
# https://github.com/cypress-io/github-action/blob/bff0ae58f02476fbc4b13229bcaac2767f645b3e/README.md#pnpm-workspaces | ||
- name: initialize neovim dependencies | ||
run: | | ||
echo "Initializing neovim dependencies..." | ||
cd integration-tests/test-environment/ | ||
# execute the lazy installation script and exit right away | ||
nvim -u test-setup.lua -c "exit" | ||
- name: Cypress test | ||
uses: cypress-io/github-action@v6 | ||
with: | ||
install: false | ||
command: pnpm cy:run | ||
# need to work around https://github.com/cypress-io/github-action/issues/1246 | ||
- run: pnpm --filter integration-tests exec cypress install | ||
- run: pnpm cy:run | ||
|
||
- uses: actions/[email protected] | ||
# add the line below to store screenshots only on failures | ||
|
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.