Skip to content

Commit

Permalink
Enable testing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Mar 20, 2020
1 parent d110656 commit 115f7ec
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: kerberos
name: integration test

# NOTE: Restricting branches prevents jobs from being doubled since
# a push to a pull request triggers two events.
Expand All @@ -12,10 +12,11 @@ on:

jobs:
test-on-linux:
name: tcms-api on Linux
runs-on: ubuntu-latest
name: Python ${{ matrix.python-version }} @ ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.6]

steps:
Expand Down

0 comments on commit 115f7ec

Please sign in to comment.