Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
test(e2e): set test attribute on devices
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jan 20, 2021
1 parent eaf59a9 commit 6058b87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions ci/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ const e2e = async () => {
subject: `firmware-ci-${v4()}`,
log: console.error,
debug: console.debug,
attributes: {
test: 'firmware'
}
})
}

Expand Down

0 comments on commit 6058b87

Please sign in to comment.