Skip to content

Commit

Permalink
make checks work
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Oct 16, 2024
1 parent a7d4001 commit 907ef38
Show file tree
Hide file tree
Showing 32 changed files with 3,386 additions and 6,918 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@ jobs:
- name: Lint
run: pnpm lint

- name: Start Docker Compose
run: docker compose up -d

- name: Test
run: pnpm test
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ on:
- '**'
tags:
- 'v*'
paths:
- .github/workflows/labrinth-docker.yml
- 'apps/labrinth/**'
pull_request:
paths:
- .github/workflows/labrinth-docker.yml
- 'apps/labrinth/**'

jobs:
docker:
Expand All @@ -32,7 +38,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile
file: .apps/labrinth/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 907ef38

Please sign in to comment.