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

Ere 148 #11

Merged
merged 4 commits into from
Jun 9, 2021
Merged

Ere 148 #11

merged 4 commits into from
Jun 9, 2021

Commits on Jun 9, 2021

  1. Added 2 CI workflows for Github actions, simple verify on push with some

    static code analysis on pull_request.
    xbarrelet committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9b0d01c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89f9361 View commit details
    Browse the repository at this point in the history
  3. Github Actions still run the tests for some reasons, now the @disabled

    is closer to and under @test and hopefully it's enough
    xbarrelet committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    efe796f View commit details
    Browse the repository at this point in the history
  4. Actually the problem was the .env file that was missing for the CI

    pipeline. I added it with some fake path in it. If we used the lowercase
    variables in application.properties instead of referencing directly the
    env variables we wouldn't need the .env file.
    xbarrelet committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    c07836d View commit details
    Browse the repository at this point in the history