Skip to content

Commit

Permalink
fixup! feat: support XDG_CACHE_HOME and XDG_DATA_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jan 12, 2025
1 parent e5e3e9c commit 947e3eb
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,16 @@ jobs:

strategy:
matrix:
include:
- os: ubuntu-20.04
manager: sudo apt-get
packages: -y fd-find esl-erlang elixir
nvim-version: v0.8.3
- os: ubuntu-20.04
manager: sudo apt-get
packages: -y fd-find esl-erlang elixir
nvim-version: v0.9.5
- os: macos-14
manager: brew
packages: fd elixir
nvim-version: v0.8.3
- os: macos-14
manager: brew
packages: fd elixir
nvim-version: v0.9.5
os: [ubuntu-latest, macos-14]
nvim-version: [v0.8.3, v0.9.5, v0.10.3]

steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v2
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.1.5"
- uses: leafo/gh-actions-luarocks@v4
- name: Run nvim-test tests
run: just test ${{ matrix.nvim-version }}
run: nix shell nixpkgs#bash nixpkgs#just -c just test ${{ nvim-version }}

0 comments on commit 947e3eb

Please sign in to comment.