feat(scaletest/templates): run all scenarios even on failure (#10290)

We now also end all failed phases and add the `error` tag in Grafana.
This commit is contained in:
Mathias Fredriksson
2023-10-16 18:18:05 +03:00
committed by GitHub
parent 9a0aac88e0
commit 43f26dfec5
3 changed files with 49 additions and 8 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ jobs:
go-version: 1.20.10
- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.5.0
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0
- name: make fmt
run: |