mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 23:23: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
|
runs-on: ubuntu-latest
|
||||||
name: test compose action
|
name: test compose action
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
- uses: isbang/compose-action@v0.1
|
- uses: isbang/compose-action@v0.1
|
||||||
with:
|
with:
|
||||||
compose-file: './docker/docker-compose.yml'
|
compose-file: './docker/docker-compose.yml'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user