Skip to content

Commit ac41f00

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

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Astarte end-to-end test
1+
name: Astarte end-to-end build
22

33
on:
44
# Run when pushing to stable branches
@@ -24,8 +24,8 @@ env:
2424
otp_version: "26.1"
2525

2626
jobs:
27-
end-to-end-test:
28-
name: End-to-end Test
27+
end-to-end-build:
28+
name: End-to-end build
2929
runs-on: ubuntu-22.04
3030
steps:
3131
- uses: actions/checkout@v2
@@ -80,6 +80,12 @@ jobs:
8080
with:
8181
otp-version: ${{ env.otp_version }}
8282
elixir-version: ${{ env.elixir_version }}
83+
end-to-end-test:
84+
needs: end-to-end-init
85+
name: End-to-end Test
86+
runs-on: ubuntu-22.04
87+
steps:
88+
- uses: actions/checkout@v2
8389
- name: Build Astarte E2E
8490
working-directory: tools/astarte_e2e
8591
run: |

0 commit comments

Comments
 (0)