Skip to content

Create test.yml

Create test.yml #1

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Download dependencies
run: |
- mkdir pkg/mistral --parents
- wget -O pkg/mistral/mistral-7b-instruct.gguf https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GGUF/resolve/main/mistral-7b-instruct-v0.2.Q8_0.gguf
- name: Install dependencies
run: make
- name: Run check
run: make check