{"id":21835753,"url":"https://github.com/vtex/action-io-app-test","last_synced_at":"2025-04-14T09:15:06.856Z","repository":{"id":42880877,"uuid":"255981121","full_name":"vtex/action-io-app-test","owner":"vtex","description":"Github action to run tests in VTEX IO Apps","archived":false,"fork":false,"pushed_at":"2023-08-17T19:52:54.000Z","size":436,"stargazers_count":6,"open_issues_count":16,"forks_count":2,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-14T09:14:57.230Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vtex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-04-15T16:52:39.000Z","updated_at":"2024-02-18T15:18:21.000Z","dependencies_parsed_at":"2024-11-27T20:25:06.621Z","dependency_job_id":"327ed9a9-4394-4b7a-9492-8ef1aef0ff09","html_url":"https://github.com/vtex/action-io-app-test","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"7d5c3ef884104776792555cbaa1d85bf735a432f"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Faction-io-app-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Faction-io-app-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Faction-io-app-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtex%2Faction-io-app-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vtex","download_url":"https://codeload.github.com/vtex/action-io-app-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248852184,"owners_count":21171842,"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":[],"created_at":"2024-11-27T20:24:22.724Z","updated_at":"2025-04-14T09:15:06.819Z","avatar_url":"https://github.com/vtex.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VTEX IO App test action\n\nThis is a simple Github action that runs the `test` script of IO apps. The action searches for a `manifest.json` in the root of the project and for a `package.json` for each builder the manifest has.\n\n## Usage\n\nTo use it, just add it to your workflow and you're done:\n\n```yml\n# someworkflow.yml\nname: CI Pull Requests\n\non:\n  pull_request:\n    branches: [master]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@master\n      - name: Use Node.js 12.x\n        uses: actions/setup-node@master\n        with:\n          node-version: 12.x\n        env:\n          RUNNER_TEMP: /tmp\n\n      - uses: vtex/action-io-app-test@master\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtex%2Faction-io-app-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvtex%2Faction-io-app-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtex%2Faction-io-app-test/lists"}