Compare commits

...

2 Commits

Author SHA1 Message Date
af38dbb89d use <job_id>.container.volumes 2025-02-21 07:23:50 -08:00
e7cfbfc9f8 only build when app code is updated 2025-02-21 06:53:27 -08:00
2 changed files with 8 additions and 4 deletions
.gitea/workflows

@ -4,6 +4,10 @@ on:
push:
branches:
- "main"
paths:
- "apps/**"
- "services/**"
- "packages/**"
jobs:
build:

@ -47,10 +47,10 @@ jobs:
DB_PASS: ${{ secrets.DB_PASS }}
name: Tests & Checks
runs-on: ubuntu-22.04
# container:
# image: catthehacker/ubuntu:act-22.04
# volumes:
# - aquatic:/var/lib/aquatic
container:
image: catthehacker/ubuntu:act-22.04
volumes:
- aquatic:/var/lib/aquatic
timeout-minutes: 20
permissions:
contents: read