Skip to content

Commit f9d341d

Browse files
committed
Resolve test-docker-compose.yml
1 parent 4afb308 commit f9d341d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ on:
99
- opened
1010
- synchronize
1111

12+
permissions: {}
13+
1214
jobs:
1315

1416
test-docker-compose:
1517
runs-on: ubuntu-latest
1618
steps:
1719
- name: Checkout
1820
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
with:
22+
persist-credentials: false
1923
- run: docker compose build
2024
- run: docker compose down -v --remove-orphans
2125
- run: docker compose up -d --wait backend frontend adminer

0 commit comments

Comments
 (0)