Skip to content

Commit

Permalink
Merge pull request #12 from technologiestiftung/staging
Browse files Browse the repository at this point in the history
feat: system prompt via frontend, llama3.1
  • Loading branch information
Jaszkowic authored Aug 26, 2024
2 parents f8d37dd + e7b4008 commit 66fc344
Show file tree
Hide file tree
Showing 11 changed files with 818 additions and 9,166 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build & Test
on:
push:
branches:
Expand All @@ -17,4 +17,14 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: npm run build
- run: npm run build
test:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js from .nvmrc
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: npm run test
Loading

0 comments on commit 66fc344

Please sign in to comment.