Skip to content

Commit

Permalink
Change the display name of the build and test GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kvashchuka committed Sep 27, 2023
1 parent 5c24b07 commit f6c21b9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python package
name: Build and test ERT and docs

on:
push:
Expand Down Expand Up @@ -102,9 +102,9 @@ jobs:
strategy:
fail-fast: false
matrix:
test-type: [ 'integration-tests', 'unit-tests', 'gui-test' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
os: [ ubuntu-latest ]
test-type: [ 'integration-tests', 'unit-tests', 'gui-test' ]
exclude:
- os: ubuntu-latest
python-version: '3.9'
Expand All @@ -123,9 +123,9 @@ jobs:
strategy:
fail-fast: false
matrix:
test-type: [ 'integration-tests', 'unit-tests', 'gui-test' ]
python-version: [ '3.10' ]
os: [ macos-latest ]
test-type: [ 'integration-tests', 'unit-tests', 'gui-test' ]
uses: ./.github/workflows/test_ert.yml
with:
os: ${{ matrix.os }}
Expand Down

0 comments on commit f6c21b9

Please sign in to comment.