mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 23:23:06 +08:00
11 lines
218 B
YAML
11 lines
218 B
YAML
on: [push]
|
|
|
|
jobs:
|
|
test-compose-action:
|
|
runs-on: ubuntu-latest
|
|
name: test compose action
|
|
steps:
|
|
- uses: isbang/compose-action@v0.1
|
|
with:
|
|
compose-file: './docker/docker-compose.yml'
|