Skip to content

Commit

Permalink
attempt to save snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Halbronn committed May 16, 2024
1 parent 630847f commit 5654aaa
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,39 @@ jobs:
version: ${{ matrix.app_version }}
neovim: true
- run: dir C:\Users\runneradmin\
# - run: dir C:\Users\runneradmin\nvim-stable\bin\
- run: dir C:\Users\runneradmin\nvim-${{ matrix.app_version }}\bin\
# Run dir C:\Users\runneradmin\nvim-v0.9.5\bin\
# Directory: C:\Users\runneradmin\nvim-v0.9.5\bin
# Mode LastWriteTime Length Name
# ---- ------------- ------ ----
# d---- 12/30/2023 1:22 PM bearer
# d---- 12/30/2023 1:22 PM iconengines
# d---- 12/30/2023 1:22 PM imageformats
# d---- 12/30/2023 1:22 PM platforms
# d---- 12/30/2023 1:22 PM styles
# d---- 12/30/2023 1:22 PM translations
# -a--- 12/30/2023 1:20 PM 16384 cat.exe
# -a--- 12/30/2023 1:20 PM 4173928 D3Dcompiler_47.dll
# -a--- 12/30/2023 1:22 PM 1199296 dbghelp.dll
# -a--- 12/30/2023 1:20 PM 68096 diff.exe
# -a--- 12/30/2023 1:20 PM 69088 libEGL.dll
# -a--- 12/30/2023 1:20 PM 76288 libgcc_s_seh-1.dll
# -a--- 12/30/2023 1:20 PM 6298808 libGLESv2.dll
# -a--- 12/30/2023 1:20 PM 1417216 libstdc++-6.dll
# -a--- 12/30/2023 1:20 PM 52224 libwinpthread-1.dll
# -a--- 12/30/2023 1:22 PM 539648 lua51.dll
# -a--- 12/30/2023 1:20 PM 3757746 nvim-qt.exe
# -a--- 12/30/2023 1:22 PM 5214720 nvim.exe
# -a--- 12/30/2023 1:22 PM 13242368 nvim.pdb
# -a--- 12/30/2023 1:20 PM 20923392 opengl32sw.dll
# -a--- 12/30/2023 1:20 PM 8185968 Qt5Core.dll
# -a--- 12/30/2023 1:20 PM 9663232 Qt5Gui.dll
# -a--- 12/30/2023 1:20 PM 2699096 Qt5Network.dll
# -a--- 12/30/2023 1:20 PM 580088 Qt5Svg.dll
# -a--- 12/30/2023 1:20 PM 8662160 Qt5Widgets.dll
# -a--- 12/30/2023 1:20 PM 131072 tee.exe
# -a--- 12/30/2023 1:20 PM 1137152 win32yank.exe
# -a--- 12/30/2023 1:20 PM 151040 xxd.exe
# XXX: delete this because it doesn't work
# - name: Run neovim unit tests using themis.vim
# env:
Expand All @@ -126,6 +157,12 @@ jobs:
if: runner.os != 'Linux'
env:
APP_PATH: ${{ steps.vim.outputs.executable }}
- name: Save snapshots
if: always()
uses: actions/upload-artifact@v2
with:
save-only: true
path: .artifacts/visual-snapshots
# XXX: enable this once neovim tests work in CI for Windows
# - run: xvfb-run -a pnpm -F @cursorless/test-harness testNeovim
# if: runner.os == 'Linux'
Expand Down

0 comments on commit 5654aaa

Please sign in to comment.