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
@dartartem It's inefficient to use two jobs instead of one job that can invoke both scripts.
workflows: version: 2 build-test-and-deploy: jobs: - build-and-test-all - deploy-artifacts: context: - publish requires: - build-and-test-all
The text was updated successfully, but these errors were encountered:
eventuate-tram#10: Use a single job instead of two. Optimized circlec…
e5b6f3e
…i config.
Merge pull request #11 from dartartem/master
455fceb
#10: Use a single job instead of two. Optimized circleci config.
No branches or pull requests
@dartartem It's inefficient to use two jobs instead of one job that can invoke both scripts.
The text was updated successfully, but these errors were encountered: