Skip to content

Commit 34bf070

Browse files
committed
Resolve test-backend.yml
1 parent f9d341d commit 34bf070

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-backend.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,24 @@ on:
99
- opened
1010
- synchronize
1111

12+
permissions: {}
13+
1214
jobs:
1315
test-backend:
1416
runs-on: ubuntu-latest
1517
steps:
1618
- name: Checkout
1719
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+
with:
21+
persist-credentials: false
1822
- name: Set up Python
1923
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2024
with:
2125
python-version: "3.10"
2226
- name: Install uv
2327
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
28+
with:
29+
version: "0.11.4"
2430
- run: docker compose down -v --remove-orphans
2531
- run: docker compose up -d db mailcatcher
2632
- name: Migrate DB

0 commit comments

Comments
 (0)