Simplify test-recent-extensions error notifications (temp)

pull/1029/head
Michele Locati 2024-12-10 15:13:15 +01:00
parent 4c6c0a0ada
commit 75ace53eb0
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,6 @@ jobs:
name: Determine extension list
runs-on: ubuntu-latest
steps:
-
name: Test failure
run: exit 1
-
name: Checkout
uses: actions/checkout@v4
@ -68,6 +65,9 @@ jobs:
env:
IPETEST_DOCKER_DISTRO: ${{ matrix.distro }}
steps:
-
name: Test failure
run: exit 1
-
name: Checkout
uses: actions/checkout@v4