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

ci: in actions, each step should do one thing. #397

Closed
10 of 12 tasks
KristianKjerstad opened this issue Aug 3, 2023 · 1 comment
Closed
10 of 12 tasks

ci: in actions, each step should do one thing. #397

KristianKjerstad opened this issue Aug 3, 2023 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@KristianKjerstad
Copy link
Contributor

KristianKjerstad commented Aug 3, 2023

ref discussion in #388 (review)

running reset script should be a separate step in the github action workflow

Go throught all github actions yaml files and make sure that each step is not too big.

  • codeql.yaml
  • create-release-pr.yaml
  • integration-tests.yaml
  • on-delete.yaml
  • on-main-push.yaml
  • on-push.yaml
  • on-schedule-nightly.yaml
  • on-tag.yaml
  • publish-integration-tests-report.yaml
  • remove-integration-tests-report.yaml
  • stale.yaml
  • tests.yaml
@KristianKjerstad
Copy link
Contributor Author

optimally, one bash command per step

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants