Skip to content

Commit

Permalink
chore(ci): only run tests on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Mar 15, 2024
1 parent 562a0de commit 9a92ad8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ on:
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: windows-latest
- os: ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Checkout PR branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 9a92ad8

Please sign in to comment.