Skip to content

Commit

Permalink
(Re)Add running/testing on windows too.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandtritsch committed Jan 21, 2023
1 parent cefda55 commit 8239671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Scoverage Sample Build

on:
pull_request:
push:
branches:
- main

jobs:
os_matrix:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]

build:
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 8239671

Please sign in to comment.