fix: add checkout before test action

This commit is contained in:
isbang 2020-11-02 14:24:11 +09:00
parent ac40f24cc7
commit 8df5a46582

View File

@ -5,6 +5,7 @@ jobs:
runs-on: ubuntu-latest
name: test compose action
steps:
- uses: actions/checkout@v2
- uses: isbang/compose-action@v0.1
with:
compose-file: './docker/docker-compose.yml'