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

Use a single job instead of two #10

Open
cer opened this issue Mar 19, 2021 · 0 comments
Open

Use a single job instead of two #10

cer opened this issue Mar 19, 2021 · 0 comments

Comments

@cer
Copy link
Contributor

cer commented Mar 19, 2021

@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
dartartem added a commit to dartartem/eventuate-tram-core-quarkus that referenced this issue Mar 25, 2021
cer added a commit that referenced this issue Mar 25, 2021
#10: Use a single job instead of two. Optimized circleci config.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant