We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df4962e + 9db8d12 commit 52f2906Copy full SHA for 52f2906
.github/workflows/e2e-test.yaml
@@ -1,6 +1,6 @@
1
# This file is part of Astarte.
2
#
3
-# Copyright 2022 - 2025 SECO Mind Srl
+# Copyright 2022-2026 SECO Mind Srl
4
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# you may not use this file except in compliance with the License.
@@ -40,7 +40,9 @@ jobs:
40
steps:
41
- name: Create Astarte Cluster
42
id: astarte
43
- uses: astarte-platform/astarte-cluster-action@v1.2.0
+ uses: astarte-platform/astarte-cluster-action@v1
44
+ with:
45
+ astarte_version: 1.2.0-rc.0
46
- uses: actions/checkout@v6
47
- name: Install system dependencies
48
run: |
0 commit comments