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-docker-compose.yml
1 parent 4afb308 commit f9d341dCopy full SHA for f9d341d
.github/workflows/test-docker-compose.yml
@@ -9,13 +9,17 @@ on:
9
- opened
10
- synchronize
11
12
+permissions: {}
13
+
14
jobs:
15
16
test-docker-compose:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout
20
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21
+ with:
22
+ persist-credentials: false
23
- run: docker compose build
24
- run: docker compose down -v --remove-orphans
25
- run: docker compose up -d --wait backend frontend adminer
0 commit comments