Skip to content

Commit

Permalink
Add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotm committed Jan 31, 2025
1 parent 75ae09e commit 5b0025e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Test the debox solr plugin
on: push

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jetify-com/[email protected]
- name: Init an example project
run: |
cd test/project && devbox shell
8 changes: 8 additions & 0 deletions test/project/devbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": ["exa@2023-03-01"],
"include": ["github:carlotm/devbox-solr"],
"env": {
"MICHECK": "one_two_one_two"
}
}

0 comments on commit 5b0025e

Please sign in to comment.