Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.54.0 #512

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cloud-compute/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ inputs:
description: |
Override the head commit SHA that we are analysing instead of using the one inferred automatically by Meticulous. This normally should not be set, but is useful in some scenarios.
required: false
projects_yaml:
projects-yaml:
description: |
YAML string that defines the projects to run. This must be provided if `api-token` and `app-url` are not set.
This is useful when executing tests for multiple projects in a single job.
If `skip` is set to `true`, Meticulous will not run tests for that project.
Schema:
```yaml
projects_yaml: |
projects-yaml: |
app:
api-token: {{ secrets.METICULOUS_APP_API_TOKEN }}
app-url: "http://localhost:3000"
Expand Down
Loading