Skip to content

Commit 02e0ddb

Browse files
author
Daniel Mellum
committed
more github action testing :(
1 parent de370f7 commit 02e0ddb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 5
1616
container: ghcr.io/danielme85/lltdb-testbench:latest
17+
credentials:
18+
username: ${{ github.actor }}
19+
password: ${{ secrets.GITHUB_TOKEN }}
1720

1821
steps:
22+
- name: Checkout
23+
uses: actions/checkout@v1
24+
1925
- name: Start containers
2026
run: docker-compose up -d mariadb mongo
2127

0 commit comments

Comments
 (0)