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

Test more thoroughly #4

Open
zofrex opened this issue Oct 3, 2020 · 0 comments
Open

Test more thoroughly #4

zofrex opened this issue Oct 3, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@zofrex
Copy link
Owner

zofrex commented Oct 3, 2020

The testing workflow (.github/workflows/testing.yml) and testing repo work in concert to test that this action does actually mirror a branch successfully. However, they only test a basic scenario (the branch can be fast-forwarded) with the default settings.

These additional scenarios, and possibly others, should also be tested:

  • Default settings, non-fast-forward – should work
  • Force push disabled, fast-forward – should work
  • Force push disabled, non-fast-forward – should not work

Most of the work here is already done for the existing test, but it needs to be duplicated and altered for the above scenarios.

@zofrex zofrex added the good first issue Good for newcomers label Oct 3, 2020
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

1 participant