From f47ca7dfab143d75d3cc54ddf3c22431d84359ef Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Wed, 3 Jan 2024 15:46:04 -0500 Subject: [PATCH] Test artifact actions upgrades with beeware/.github#78 --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fead98725..ff9aefcef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,8 @@ jobs: package: name: Python package - uses: beeware/.github/.github/workflows/python-package-create.yml@main +# uses: beeware/.github/.github/workflows/python-package-create.yml@main + uses: rmartin16/.github-beeware/.github/workflows/python-package-create.yml@artifacts with: tox-factors: -with-automation @@ -148,7 +149,8 @@ jobs: verify-projects: name: Verify project needs: unit-tests - uses: beeware/.github/.github/workflows/app-create-verify.yml@main +# uses: beeware/.github/.github/workflows/app-create-verify.yml@main + uses: rmartin16/.github-beeware/.github/workflows/app-create-verify.yml@artifacts with: runner-os: ${{ matrix.runner-os }} framework: ${{ matrix.framework }} @@ -161,7 +163,8 @@ jobs: verify-apps: name: Build app needs: unit-tests - uses: beeware/.github/.github/workflows/app-build-verify.yml@main +# uses: beeware/.github/.github/workflows/app-build-verify.yml@main + uses: rmartin16/.github-beeware/.github/workflows/app-build-verify.yml@artifacts with: # This *must* be the version of Python that is the system Python on the # Ubuntu version used to run Linux tests. We use a fixed ubuntu-22.04