We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is not parsing ports correctly, as far as I know is a valid syntax:
> act -l Error: yaml: unmarshal errors: line 13: cannot unmarshal !!str `5432:5432` into int
Failing yml:
name: Ruby on: [push] jobs: build: runs-on: ubuntu-latest services: postgres: image: postgres:11.5 ports: - 5432:5432 options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
The text was updated successfully, but these errors were encountered:
ead2ab4
Fixed the parsing of yaml, but currently services: is not supported by act. Very doable, but just trying to get a stable release out for now.
services:
Sorry, something went wrong.
Hi @cplee, do you have any eta on this ? Or a hack to iterate locally on workflows which require services ?
No branches or pull requests
Is not parsing ports correctly, as far as I know is a valid syntax:
Failing yml:
The text was updated successfully, but these errors were encountered: