We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test-backend.yml
1 parent f9d341d commit 34bf070Copy full SHA for 34bf070
.github/workflows/test-backend.yml
@@ -9,18 +9,24 @@ on:
9
- opened
10
- synchronize
11
12
+permissions: {}
13
+
14
jobs:
15
test-backend:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout
19
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20
+ with:
21
+ persist-credentials: false
22
- name: Set up Python
23
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
24
with:
25
python-version: "3.10"
26
- name: Install uv
27
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
28
29
+ version: "0.11.4"
30
- run: docker compose down -v --remove-orphans
31
- run: docker compose up -d db mailcatcher
32
- name: Migrate DB
0 commit comments