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.
1 parent de370f7 commit 02e0ddbCopy full SHA for 02e0ddb
.github/workflows/docker.yml
@@ -14,8 +14,14 @@ jobs:
14
runs-on: ubuntu-latest
15
timeout-minutes: 5
16
container: ghcr.io/danielme85/lltdb-testbench:latest
17
+ credentials:
18
+ username: ${{ github.actor }}
19
+ password: ${{ secrets.GITHUB_TOKEN }}
20
21
steps:
22
+ - name: Checkout
23
+ uses: actions/checkout@v1
24
+
25
- name: Start containers
26
run: docker-compose up -d mariadb mongo
27
0 commit comments