Replace GPU operator 23.9 with 24.6 #121
Workflow file for this run
This file contains 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
name: Test the generation of test matrices pages | |
# Controls when the action will run. | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
test-generate-matrix: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout 🛎️ | |
uses: actions/checkout@v4 | |
- name: Generate the test matrix 🔧 | |
run: | | |
export CI_DASHBOARD_DAILYMATRIX_TEST_HISTORY=3 | |
make generate_daily_matrix | |
make static |