Skip to content

Commit

Permalink
Merge branch 'main' into pr
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn authored Aug 3, 2024
2 parents 0b98e6d + a84ed96 commit 27dd690
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:

jobs:
do-thing:
name: "test-python-${{ matrix.os }}-${{ matrix.test-type == 'flaky' && 'flaky' || 'not-flaky'}}"
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest"]
test-type: ["not flaky", "flaky"]
runs-on: ubuntu-latest
steps:
- run: echo '${{ toJson(github) }}'
Expand Down

0 comments on commit 27dd690

Please sign in to comment.