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

Fix Django Tests runner #2

Merged
merged 9 commits into from
Mar 1, 2024
Merged

Fix Django Tests runner #2

merged 9 commits into from
Mar 1, 2024

Commits on Mar 1, 2024

  1. Move env inside job

    rahmatnazali committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ed1e142 View commit details
    Browse the repository at this point in the history
  2. fix django.yaml

    rahmatnazali committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5ef5bef View commit details
    Browse the repository at this point in the history
  3. Move env back to root

    rahmatnazali committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8ab2c6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fab58d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df830b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e3ccb5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    163c535 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    970a0d2 View commit details
    Browse the repository at this point in the history
  9. remove python 3.12 from matrix

    as it will raise error on test:
    AttributeError: 'ExampleTestCase' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?
    rahmatnazali committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a4d4c53 View commit details
    Browse the repository at this point in the history