Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
feat: browse items (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaidev authored Oct 6, 2024
1 parent acef8a1 commit 95f38aa
Show file tree
Hide file tree
Showing 38 changed files with 1,865 additions and 334 deletions.
Binary file modified .env.gpg
Binary file not shown.
17 changes: 17 additions & 0 deletions .github/workflows/ci-item-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,20 @@ jobs:

- name: Build
run: bun run build

test:
runs-on: ubuntu-latest

defaults:
run:
working-directory: services/item

steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Start containers
run: docker compose -f container-compose.test.yaml up -d

- name: Test with coverage
run: docker exec nshm-item-test-api-1 bun test --coverage
4 changes: 2 additions & 2 deletions services/item/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dist
node_modules
dist/
node_modules/
*.tsbuildinfo
2 changes: 1 addition & 1 deletion services/item/container-compose.test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nshm-item-test

services:
item:
api:
build:
context: .
dockerfile: Containerfile.test
Expand Down
Loading

0 comments on commit 95f38aa

Please sign in to comment.