Skip to content

Commit

Permalink
fix: add checkout before test action
Browse files Browse the repository at this point in the history
  • Loading branch information
isbang committed Nov 2, 2020
1 parent ac40f24 commit 8df5a46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 8df5a46

Please sign in to comment.