mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-10 22:53:06 +08:00
fix: add checkout before test action
This commit is contained in:
parent
ac40f24cc7
commit
8df5a46582
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user