Skip to content

Fix CI for real

Fix CI for real #4

Workflow file for this run

name: Test the debox solr plugin
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jetify-com/[email protected]
with:
project-path: './test'
- name: Check packages are installed
run: |
which solr
which curl
which exa