Skip to content

chore(deps): update twine requirement from ~=5.1 to ~=6.0 (#505) #146

chore(deps): update twine requirement from ~=5.1 to ~=6.0 (#505)

chore(deps): update twine requirement from ~=5.1 to ~=6.0 (#505) #146

name: Mainline E2E Test
on:
workflow_dispatch:
push:
branches:
- 'mainline'
jobs:
WindowsIntegrationTests:
name: Windows Integration Tests
runs-on: windows-latest
permissions:
contents: read
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v4
- name: Install Hatch
run: |
pip install --upgrade hatch
- name: Run Windows Integration Tests
run: hatch run windows-integ-test
MainlineLinuxE2ETest:
name: Linux E2E Test
permissions:
id-token: write
contents: read
uses: aws-deadline/.github/.github/workflows/reusable_e2e_test.yml@mainline
secrets: inherit
with:
repository: ${{ github.event.repository.name }}
branch: mainline
environment: mainline
os: linux
concurrency:
group: linuxe2e
MainlineWindowsE2ETest:
name: Windows E2E Test
permissions:
id-token: write
contents: read
uses: aws-deadline/.github/.github/workflows/reusable_e2e_test.yml@mainline
secrets: inherit
with:
repository: ${{ github.event.repository.name }}
branch: mainline
environment: mainline
os: windows
concurrency:
group: windowse2e