ci: fix acceptance workflow
This commit is contained in:
18
.github/workflows/acceptance.yaml
vendored
18
.github/workflows/acceptance.yaml
vendored
@@ -6,11 +6,21 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: nixbuild/nix-quick-install-action@v5
|
||||
- run: nix-shell --run 'tree-sitter test'
|
||||
- uses: cachix/install-nix-action@v14.1
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: dx-oss/nix-shell-action@v11
|
||||
with:
|
||||
file: shell.nix
|
||||
script: tree-sitter test
|
||||
acceptance:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: nixbuild/nix-quick-install-action@v5
|
||||
- run: nix-shell --run 'tree-sitter parse --quiet --stat example/real_world_stuff/*/*'
|
||||
- uses: cachix/install-nix-action@v14.1
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: dx-oss/nix-shell-action@v11
|
||||
with:
|
||||
file: shell.nix
|
||||
script: tree-sitter parse --quiet --stat example/real_world_stuff/*/*
|
||||
|
||||
@@ -6,6 +6,9 @@ feature
|
||||
* add dialects so we can have different queries in `nvim-treesitter`
|
||||
* fix structure of comments in block bodies
|
||||
|
||||
fix:
|
||||
* fix ci acceptance workflow
|
||||
|
||||
housekeeping:
|
||||
* reformat using LSPs, ditch editorconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user