Skip to content

Commit 6061157

Browse files
committed
test: add test against open source packages
1 parent ff94b05 commit 6061157

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,22 @@ jobs:
4444
with:
4545
checkout-repo: false
4646
github-token: ${{ secrets.GITHUB_TOKEN }}
47+
48+
test-oss:
49+
name: Test / Open source
50+
runs-on: ubuntu-latest
51+
strategy:
52+
matrix:
53+
repos:
54+
- pallets/flask
55+
steps:
56+
- uses: actions/checkout@v4
57+
with:
58+
repository: ${{ matrix.repos }}
59+
- uses: actions/checkout@v4
60+
with:
61+
path: actions-python
62+
- uses: ./actions-python/test
63+
with:
64+
checkout-repo: false
65+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)