Skip to content

Commit 907ef38

Browse files
committed
make checks work
1 parent a7d4001 commit 907ef38

32 files changed

+3386
-6918
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,8 @@ jobs:
6666
- name: Lint
6767
run: pnpm lint
6868

69+
- name: Start Docker Compose
70+
run: docker compose up -d
71+
6972
- name: Test
7073
run: pnpm test

apps/labrinth/.github/workflows/docker-compile.yml .github/workflows/labrinth-docker.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ on:
66
- '**'
77
tags:
88
- 'v*'
9+
paths:
10+
- .github/workflows/labrinth-docker.yml
11+
- 'apps/labrinth/**'
912
pull_request:
13+
paths:
14+
- .github/workflows/labrinth-docker.yml
15+
- 'apps/labrinth/**'
1016

1117
jobs:
1218
docker:
@@ -32,7 +38,7 @@ jobs:
3238
uses: docker/build-push-action@v2
3339
with:
3440
context: .
35-
file: ./Dockerfile
41+
file: .apps/labrinth/Dockerfile
3642
push: ${{ github.event_name != 'pull_request' }}
3743
tags: ${{ steps.docker_meta.outputs.tags }}
3844
labels: ${{ steps.docker_meta.outputs.labels }}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)