This commit is contained in:
parent
a0ba1c7d56
commit
f42a9adafc
|
@ -8,6 +8,13 @@ jobs:
|
|||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout repo
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
with:
|
||||
repository: '4o1x5/producer-consumer'
|
||||
ref: 'master'
|
||||
token: '${{ secrets.GIT_TOKEN }}'
|
||||
-
|
||||
name: Set up QEMU for docker
|
||||
uses: https://github.com/docker/setup-qemu-action@v3
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [ "common", "consumer",
|
||||
members = [
|
||||
"common",
|
||||
"consumer",
|
||||
"producer",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue