FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Run the Integration test with the `main` branch by StanFromIreland · Pull Request #346 · python/docsbuild-scripts · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .yml  (1) All 1 file type selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ env:

jobs:
integration:
name: Integration test
name: Integration test (${{ matrix.branch }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
branch: ["3.14", "main"]

steps:
- uses: actions/checkout@v7
with:
Expand All @@ -34,12 +39,12 @@ jobs:
--group "$(id -g)"
--skip-cache-invalidation
--languages en
--branches 3.14
--branches ${{ matrix.branch }}

- name: Upload documentation
uses: actions/upload-artifact@v7
with:
name: www-root
name: www-root-${{ matrix.branch }}
path: ./www
retention-days: 2

Expand Down

Back | FazBrowse Home | New Git URL