seems i need to specify runs.using
This commit is contained in:
parent
4bf1fb5ac2
commit
b75bda4bc3
|
@ -1,6 +1,10 @@
|
||||||
name: Unit Tests with docker compose
|
name: Unit Tests with docker compose
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
|
runs:
|
||||||
|
using:
|
||||||
|
composite
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
container:
|
container:
|
||||||
|
|
Loading…
Reference in New Issue