Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Nov 12, 2023
1 parent 8da6c6d commit 9112818
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/reusable_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ on:

jobs:
intellij-e2e:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
env:
CI_BUILD_PLUGIN: "true"
steps:
Expand Down Expand Up @@ -122,3 +125,5 @@ jobs:
name: mirrord-plugin-fail-report
path: |
build/reports

0 comments on commit 9112818

Please sign in to comment.