{"id":19610408,"url":"https://github.com/rulasg/testinghelper-setup-action","last_synced_at":"2025-02-26T17:20:01.166Z","repository":{"id":186474662,"uuid":"674959394","full_name":"rulasg/testinghelper-setup-action","owner":"rulasg","description":"Setup TestingHelper module for later use on workflow job","archived":false,"fork":false,"pushed_at":"2023-08-06T10:35:02.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T05:02:05.112Z","etag":null,"topics":["action","posh","powershell","pwsh"],"latest_commit_sha":null,"homepage":null,"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/rulasg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2023-08-05T09:56:25.000Z","updated_at":"2024-11-29T15:37:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a33e23a-c045-4303-9777-a4ae91b67319","html_url":"https://github.com/rulasg/testinghelper-setup-action","commit_stats":null,"previous_names":["rulasg/testinghelper-setup-action"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rulasg%2Ftestinghelper-setup-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rulasg%2Ftestinghelper-setup-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rulasg%2Ftestinghelper-setup-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rulasg%2Ftestinghelper-setup-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rulasg","download_url":"https://codeload.github.com/rulasg/testinghelper-setup-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240898485,"owners_count":19875191,"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":["action","posh","powershell","pwsh"],"created_at":"2024-11-11T10:29:06.870Z","updated_at":"2025-02-26T17:20:01.135Z","avatar_url":"https://github.com/rulasg.png","language":null,"readme":"# TestingHelper Setup Action\n\n[![Test TestingHelper Setup Action](https://github.com/rulasg/testinghelper-setup-action/actions/workflows/test-action.yml/badge.svg)](https://github.com/rulasg/testinghelper-setup-action/actions/workflows/test-action.yml)\n\nAn action that setups TestingHelper Powershell module to be used later in the workflow job.\n\nTesting is key for a healthy and effitient development process.\n\n[TestingHelper](https://github.com/rulasg/testingHelper#readme) will help you on different faces of the developmnet lifecycle of a powershell module including testing.\n\nThis Action will setup the module on the runner for later use on the job.\n\n## Calling the action\n\nThis workflow will run `testinghelper-setup-action` to setup version 2.0 of TestingHelper for later to call `testinghelper-action` to run the tests of the checkout module.\n\n```yaml\nname: Test with TestingHelper-Action\n\non:\n  push:\n    branches: [ main ]\n  pull_request:\n    branches: [ main ]\n  workflow_dispatch:\n\npermissions:\n  # To run test we only need to read the repository\n  contents: read\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout repository\n        uses: actions/checkout@v3\n\n      - name: Setup TestingHelper\n        uses: rulasg/testinghelper-setup-action@v1\n        with:\n          Version: '2.0'\n    \n      - name: Run tests\n        uses: rulasg/testinghelper-action@v1\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frulasg%2Ftestinghelper-setup-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frulasg%2Ftestinghelper-setup-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frulasg%2Ftestinghelper-setup-action/lists"}