Skip to content

Commit

Permalink
Run CI Tests on Windows (#263)
Browse files Browse the repository at this point in the history
* Event trigger

* Workflow dispatch

* Changed dockerfile to work locally

* Chose 1 random test for every category

* Test compile

* Testing parallelization of the tests

* Fix space

* No anchor

* Fixed back andy branch

* Added checkstyle step and fixed typo in workflow step

* Runs on os

* Mvn cache

* Added back install for weblab tests

* Commented clean install

* Added back mvn install step

* Mvn install -pl

* Fixed pipeline

* Pl andy

* Skiptests for install

* Fixed install script and fail-fast

* Rename weblab runner tests

* Update step title

* Run 4 random tests on docker

* 4 tests

* Rerun pipeline

* Added windows to workflow

---------

Co-authored-by: Martin Mladenov <[email protected]>
  • Loading branch information
alexcojocaru2002 and martinmladenov authored May 1, 2024
1 parent caecf35 commit 6705068
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 6705068

Please sign in to comment.