{"id":15102154,"url":"https://github.com/karniv00l/platformio-remote-test-action","last_synced_at":"2025-06-27T00:05:39.374Z","repository":{"id":65160452,"uuid":"427969073","full_name":"karniv00l/platformio-remote-test-action","owner":"karniv00l","description":"GitHub Action for PlatformIO CI Remote Test","archived":false,"fork":false,"pushed_at":"2024-03-10T10:20:09.000Z","size":17,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T13:45:43.524Z","etag":null,"topics":["actions","ci-cd","github-actions","platformio","platformio-ci","platformio-cli"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karniv00l.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"karniv00l"}},"created_at":"2021-11-14T15:42:00.000Z","updated_at":"2024-07-31T09:07:40.000Z","dependencies_parsed_at":"2024-01-18T20:43:36.408Z","dependency_job_id":"4c88e5d8-68d2-4798-936d-cb455d3ff6bf","html_url":"https://github.com/karniv00l/platformio-remote-test-action","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"befc4ae4c7122576e4f1ba5a26e9f572581f5b7c"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/karniv00l/platformio-remote-test-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karniv00l%2Fplatformio-remote-test-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karniv00l%2Fplatformio-remote-test-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karniv00l%2Fplatformio-remote-test-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karniv00l%2Fplatformio-remote-test-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karniv00l","download_url":"https://codeload.github.com/karniv00l/platformio-remote-test-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karniv00l%2Fplatformio-remote-test-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262164030,"owners_count":23268780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","ci-cd","github-actions","platformio","platformio-ci","platformio-cli"],"created_at":"2024-09-25T18:48:03.311Z","updated_at":"2025-06-27T00:05:39.297Z","avatar_url":"https://github.com/karniv00l.png","language":null,"funding_links":["https://github.com/sponsors/karniv00l"],"categories":[],"sub_categories":[],"readme":"# PlatformIO Remote Test\n\nGitHub Action for PlatformIO Remote Test.\n\n## Usage\n\n`.github/workflows/platformio-test.yml`\n\n```yml\nname: PlatformIO\n\non: pull_request\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v3\n      - name: PlatformIO Test\n        uses: karniv00l/platformio-remote-test-action@0.1.0\n        with:\n          environments: \"teensy35,teensy36,teensy41\"\n          ignores: \"mytest*,test[13]\"\n          upload-port: \"/dev/cu.SLAB_USBtoUART\"\n          test-port: \"/dev/cu.uart-1CFF4676258F4543\"\n          project-dir: \"./some_dir\"\n          force-remote: true\n          without-building: false\n          without-uploading: false\n          verbose: true\n```\n\n## Inputs\n\n```yml\nenvironments:\n  description: Process specified environments (comma separated).\n  required: false\nignores:\n  description: Ignore tests where the name matches specified patterns. More than one pattern is allowed (comma separated).\n  required: false\nupload-port:\n  description: A port that is intended for firmware uploading.\n  required: false\ntest-port:\n  description: A Serial/UART port that PlatformIO uses as communication interface between PlatformIO Unit Test Engine and target device.\n  required: false\nproject-dir:\n  description: Specify the path to project directory. By default, project-dir is equal to current working directory (CWD).\n  required: false\nforce-remote:\n  description: By default, Remote Development processes project on a host machine and deploy final testing firmware (program) to remote device (embedded board).\n  required: false\nwithout-building:\n  description: Skip building stage.\n  required: false\nwithout-uploading:\n  description: Skip uploading stage.\n  required: false\nverbose:\n  description: Shows detailed information when processing environments.\n  required: false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarniv00l%2Fplatformio-remote-test-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarniv00l%2Fplatformio-remote-test-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarniv00l%2Fplatformio-remote-test-action/lists"}