Skip to content

Commit c8ab349

Browse files
authored
Merge pull request #4 from worka-ai/feature/hf
Huggingface based ingestion
2 parents 10e7f01 + ac4b352 commit c8ab349

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+6363
-1294
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
build-and-test:
15-
runs-on: ubuntu-latest
15+
runs-on: worka-l1
1616

1717
services:
1818
postgres:
@@ -93,9 +93,9 @@ jobs:
9393
- name: Run All Tests
9494
env:
9595
ANVIL_IMAGE: ${{ steps.img.outputs.tag }}
96-
run: cargo test --workspace -- --nocapture
96+
run: cargo test -p anvil --test cli_extended -- --nocapture
9797

98-
# --- Release Steps ---
98+
# --- Release Steps ---
9999
# These steps will only run on a successful push to the main branch.
100100

101101
- name: Log in to GitHub Container Registry

0 commit comments

Comments
 (0)