Skip to content

Commit

Permalink
Merge pull request #4 from barinbritva/github-actions
Browse files Browse the repository at this point in the history
Add different OS to test GitHub Action.
  • Loading branch information
barinbritva authored Mar 4, 2021
2 parents 119593e + 3220b5d commit 893e757
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
jobs:
build:
name: Build project
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- name: Checkout code
Expand Down

0 comments on commit 893e757

Please sign in to comment.