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
|
||||
on: [pull_request]
|
||||
|
||||
runs:
|
||||
using:
|
||||
composite
|
||||
|
||||
jobs:
|
||||
unit-test:
|
||||
container:
|
||||
|
|
Loading…
Reference in New Issue