Skip to content

Commit

Permalink
Test both browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Aug 9, 2024
1 parent 70df6bb commit d0feb6c
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/archivematica-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- cron: "0 3 * * *"
jobs:
test:
name: "${{ matrix.feature }} / ${{ matrix.docker_image.label }}"
name: "${{ matrix.feature }} / ${{ matrix.docker_image.label }} / ${{ matrix.browser }}"
runs-on: "ubuntu-latest"
env:
am_version: "${{ inputs.am_version || 'qa/1.x' }}"
Expand Down Expand Up @@ -52,22 +52,9 @@ jobs:
label: "focal"
feature:
- "aip-encryption-mirror"
- "aip-encryption"
- "checksum"
- "create-aip"
- "description-rights"
- "extract-package"
- "ingest-mkv-conformance"
- "ingest-policy-check"
- "metadata-xml"
- "reingest-aip"
- "transfer-microservices"
- "transfer-mkv-conformance"
- "transfer-policy-check"
- "uuids-for-directories"
- "virus"
browser:
- "Chrome"
- "Firefox"
steps:
- name: "Check out code"
uses: "actions/checkout@v4"
Expand Down

0 comments on commit d0feb6c

Please sign in to comment.