Skip to content

Commit

Permalink
Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Oct 21, 2024
1 parent 2f6b845 commit 608daaa
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,10 @@ jobs:
strategy:
fail-fast: false
matrix:
rule: [
"mcp-server",
"mcp-client",
"dashboard",
"archivematica-common",
]
ubuntu-version: [
"22.04",
]
python-version: [
"3.8",
"3.9",
"3.10",
"3.11",
"3.12"
]
include:
- rule: "storage-service"
ubuntu-version: "22.04"
python-version: "3.9"
- rule: "migrations"
ubuntu-version: "22.04"
python-version: "3.9"
steps:
- name: "Check out repository"
if: "${{ github.event_name != 'workflow_dispatch' }}"
Expand Down

0 comments on commit 608daaa

Please sign in to comment.