Skip to content

Add integration tests for the Telescope picker #18

Add integration tests for the Telescope picker

Add integration tests for the Telescope picker #18

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container: alpine:latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Install dependencies and Neovim
run: |
apk update
apk add neovim git curl
- name: Run tests
run: |
nvim --headless -c "PlenaryBustedFile tests/init.lua"