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

Change while loop to for loop #450

Closed
wants to merge 1 commit into from

Conversation

jessymatar
Copy link

Summary of the discussion

With a for loop, we could run a specific number of iterations unlike while.
Also it is a test run to get to know the techniques with pull request.

Type of change (CHANGELOG.md)

Updated

  • Replace the while loop with for loop in the xml_download file

Workflow checklist

PR-Assignee

Reviewer

  • 🐙 Follow the Reviewer Guidelines
  • 🐙 Provided feedback and show sufficient appreciation for the work done

@FlorianK13 FlorianK13 self-requested a review July 11, 2023 14:08
@FlorianK13
Copy link
Member

@chrwm Do you understand why those tests are failing?

@FlorianK13
Copy link
Member

@chrwm @jessymatar I finally figured out why those tests are failing: Github Secrets are not passed to Workflows from Pull Requests coming from forks (for security reasons). Hence these tests cannot use the API credentials and hence the tests fail. How should we proceed here @chrwm ?

@FlorianK13
Copy link
Member

This is also implemented in #470

@FlorianK13 FlorianK13 closed this Oct 10, 2023
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

Successfully merging this pull request may close these issues.

2 participants