Skip to content

Commit 06c8ab2

Browse files
committed
test sequential workflows
Signed-off-by: Eddy Babetto <eddy.babetto@secomind.com>
1 parent 9a903ea commit 06c8ab2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/astarte-end-to-end-test-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Initialize docker compose files
3333
run: docker run -v $(pwd)/compose:/compose astarte/docker-compose-initializer
3434
- name: Build Astarte containers
35-
run: docker compose build --parallel
35+
uses: ./e2e_actions/build
3636
- name: Start all Astarte services
3737
run: docker compose up -d
3838
- name: Wait for Astarte to come up
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Astarte end-to-end test builder
2+
runs:
3+
using: "composite"
4+
steps:
5+
- name: Build Astarte containers
6+
run: docker compose build --parallel
7+
- name: Start all Astarte services

0 commit comments

Comments
 (0)