Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcKle committed Dec 20, 2023
1 parent b7f9ab1 commit f575314
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,9 @@ jobs:

twister-test-results:
name: "Publish Unit Tests Results"
# WARNING: This must be run on Github Hosted Action Runners, as they allow the usage of Docker
# An alternative would be to create a custom Docker image with Docker-in-Docker enabled
# WARNING: This step is incompatible with self-hosted runners as it uses the 'publish-unit-test-result' action.
# This would require us to run docker-in-docker in the self-hosted runner.

# This version is a must, twister otherwise fails (some Python library
# depends on a specific version of libffi that is not present in the
# toolchain provided by nordic's toolchain manager).
runs-on: ubuntu-22.04
permissions:
contents: read
Expand Down

0 comments on commit f575314

Please sign in to comment.