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

Run CI Tests on Windows #263

Merged
merged 36 commits into from
May 1, 2024
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
339835a
Event trigger
alexcojocaru2002 Jul 7, 2023
b679bdc
Workflow dispatch
alexcojocaru2002 Jul 7, 2023
b2b78e7
Changed dockerfile to work locally
alexcojocaru2002 Jul 7, 2023
5e1fe6c
Chose 1 random test for every category
alexcojocaru2002 Jul 7, 2023
c46b1f8
Test compile
alexcojocaru2002 Jul 8, 2023
84a3a27
Testing parallelization of the tests
alexcojocaru2002 Jul 8, 2023
36a0292
Fix space
alexcojocaru2002 Jul 8, 2023
2f4fda2
No anchor
alexcojocaru2002 Jul 8, 2023
e51bfce
Fixed back andy branch
alexcojocaru2002 Jul 8, 2023
07d5511
Merge branch 'main' into main
martinmladenov Jul 19, 2023
4614da4
Added checkstyle step and fixed typo in workflow step
alexcojocaru2002 Jul 19, 2023
a37bf0e
Runs on os
alexcojocaru2002 Jul 19, 2023
30b131a
Mvn cache
alexcojocaru2002 Jul 19, 2023
172351b
Added back install for weblab tests
alexcojocaru2002 Jul 19, 2023
6405508
Commented clean install
alexcojocaru2002 Jul 19, 2023
75b4da3
Merge remote-tracking branch 'origin/main' into main
alexcojocaru2002 Jul 19, 2023
39bdeea
Added back mvn install step
alexcojocaru2002 Jul 19, 2023
dedfb3a
Mvn install -pl
alexcojocaru2002 Jul 19, 2023
2f0e2bb
Fixed pipeline
alexcojocaru2002 Jul 19, 2023
2e8cf84
Pl andy
alexcojocaru2002 Jul 19, 2023
027102f
Skiptests for install
alexcojocaru2002 Jul 19, 2023
c0d36cc
Fixed install script and fail-fast
alexcojocaru2002 Jul 19, 2023
107342f
Rename weblab runner tests
martinmladenov Jul 20, 2023
9e51ca8
Update step title
martinmladenov Jul 20, 2023
3bfaa4b
Merge branch 'main' into main
martinmladenov Jul 20, 2023
e75ad46
Merge remote-tracking branch 'SERG-Delft/main' into main
alexcojocaru2002 Aug 4, 2023
d744c4f
Run 4 random tests on docker
alexcojocaru2002 Aug 7, 2023
ca4f80e
4 tests
alexcojocaru2002 Aug 7, 2023
3dbf430
Rerun pipeline
alexcojocaru2002 Aug 7, 2023
7a50388
Merge branch 'docker-more-assignments' into main
alexcojocaru2002 Aug 17, 2023
f861c12
Added windows to workflow
alexcojocaru2002 Aug 17, 2023
3180007
Merge branch 'docker-windows-workflow' into windows-ci
alexcojocaru2002 Aug 17, 2023
46c0b34
Merge branch 'main' into main
martinmladenov Aug 18, 2023
853a1e8
Merge branch 'main' into main
martinmladenov May 1, 2024
f9ad962
Merge branch 'main' into main
martinmladenov May 1, 2024
ca30e04
Merge branch 'main' into main
martinmladenov May 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
job:
- os: ubuntu-22.04
- os: macos-12
- os: windows-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name

steps:
Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:
job:
- os: ubuntu-22.04
- os: macos-12
- os: windows-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name

steps:
Expand Down Expand Up @@ -97,6 +99,7 @@ jobs:
job:
- os: ubuntu-22.04
- os: macos-12
- os: windows-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name

steps:
Expand Down
Loading