Skip to content

Commit

Permalink
reorganizing tests #3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocat93 committed Sep 18, 2024
1 parent 24da6d8 commit 01d5961
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-runner-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: github-runner-tests

on:
pull_request:
types: [opened, synchronize, reopened, labeled]

jobs:
macos-tests:
if: github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'to-test')
name: macOS-tests
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -58,6 +61,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

pre-commit:
if: github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'to-test')
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 01d5961

Please sign in to comment.