We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a903ea commit ac41f00Copy full SHA for ac41f00
.github/workflows/astarte-end-to-end-test-workflow.yaml
@@ -1,4 +1,4 @@
1
-name: Astarte end-to-end test
+name: Astarte end-to-end build
2
3
on:
4
# Run when pushing to stable branches
@@ -24,8 +24,8 @@ env:
24
otp_version: "26.1"
25
26
jobs:
27
- end-to-end-test:
28
- name: End-to-end Test
+ end-to-end-build:
+ name: End-to-end build
29
runs-on: ubuntu-22.04
30
steps:
31
- uses: actions/checkout@v2
@@ -80,6 +80,12 @@ jobs:
80
with:
81
otp-version: ${{ env.otp_version }}
82
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
89
- name: Build Astarte E2E
90
working-directory: tools/astarte_e2e
91
run: |
0 commit comments