githubtraining / using-github-actions-for-ci

Course repository for "GitHub Actions: Continuous Integration"
https://lab.github.com/githubtraining/github-actions:-continuous-integration
Creative Commons Attribution 4.0 International
3 stars 16 forks source link

runner os with strategy value #50

Open bitsmith1010 opened 3 years ago

bitsmith1010 commented 3 years ago

Bug Report

Current behavior tests run only on ubuntu-latest

Reproduction

  1. view actions -> test results -> os

Expected behavior os should be different for ubuntu and windows job instances

Possible solution pull request #49