Skip to content

Commit

Permalink
Merge pull request #232 from galaxyproject/improve_e2e_testing
Browse files Browse the repository at this point in the history
Improve e2e tests
  • Loading branch information
davelopez authored Aug 26, 2023
2 parents 503ba88 + 727c21f commit ad0bf93
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 307 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/client-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.11"]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: client

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit ad0bf93

Please sign in to comment.