summaryrefslogtreecommitdiff
path: root/.github/workflows/build-simulator.yml
AgeCommit message (Collapse)Author
2021-05-03ci: Merge CI builds into single workflowFabian Mastenbroek
This change merges the three CI builds for the simulator, frontend and API into a single workflow that builds the components in separate, independent jobs.
2021-04-25ci: Fix references to frontend and API modulesFabian Mastenbroek
This change fixes the references to the frontend and API modules that were invalidated due to the restructuring of project in the previous commit.
2021-03-20ci: Generate test reports for CI buildsFabian Mastenbroek
This change updates the Github Actions workflow configuration to generate test reports for the simulator CI builds.
2021-03-20ci: Add Codecov support to repositoryFabian Mastenbroek
This change enables Codecov coverage reports when building changes.
2021-03-20ci: Enable stricter CI triggersFabian Mastenbroek
This change will cause the CI to only trigger when opening a pull request.
2020-11-03Test Java 8 and Java 15 in CI pipelineFabian Mastenbroek
This change updates the Github Actions workflow for the simulator to test both Java 8 and Java 15.
2020-11-03Run all CI build pipelines on pull requestFabian Mastenbroek