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

GithubCI: use Ubuntu 24.04 instead of 23.10 #24

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2024

  1. GithubCI: use Ubuntu 24.04 instead of 23.10

    Because 23.10 is no longer supported and 24.04 is LTS release.
    webwarrior-ws committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    21fe71e View commit details
    Browse the repository at this point in the history
  2. GithubCI: fix dev HTTPS certificate generation

    Don't use --export-path option as that path is not correct
    for Ubuntu 24.04.
    webwarrior-ws committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ac3058a View commit details
    Browse the repository at this point in the history
  3. GithubCI: add dev certificate before e2e tests

    Add HTTPS dev certificate right before running end-to-end
    tests.
    webwarrior-ws committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    34a2b15 View commit details
    Browse the repository at this point in the history