From 6058b87834a6db75480d59552b1369913640777e Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Wed, 20 Jan 2021 15:47:41 +0100 Subject: [PATCH] test(e2e): set test attribute on devices --- .github/workflows/build-and-release.yaml | 2 +- ci/schedule.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 9f57d8fd..46f5f30e 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -264,7 +264,7 @@ jobs: uses: actions/cache@v2 with: path: ./certificates - key: certificates-2 + key: certificates-2020-01-20 - uses: actions/setup-node@v2 with: diff --git a/ci/schedule.ts b/ci/schedule.ts index e67a5ca7..48cfbe87 100644 --- a/ci/schedule.ts +++ b/ci/schedule.ts @@ -151,6 +151,9 @@ const e2e = async () => { subject: `firmware-ci-${v4()}`, log: console.error, debug: console.debug, + attributes: { + test: 'firmware' + } }) }