Fix actions path

This commit is contained in:
Felipe Knorr Kuhn 2025-03-16 11:07:28 -07:00
parent 62a4c271c1
commit c71cf177ae
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -237,7 +237,7 @@ jobs:
needs: frontend
name: E2E tests for mempool
steps:
- uses: './.github/actions/e2e-common.yml'
- uses: './.github/actions/e2e-common'
with:
module: "mempool"
node-version: "22"
@ -250,7 +250,7 @@ jobs:
needs: frontend
name: E2E tests for liquid
steps:
- uses: './.github/actions/e2e-common.yml'
- uses: './.github/actions/e2e-common'
with:
module: "liquid"
node-version: "22"
@ -263,7 +263,7 @@ jobs:
needs: frontend
name: E2E tests for testnet4
steps:
- uses: './.github/actions/e2e-common.yml'
- uses: './.github/actions/e2e-common'
with:
module: "testnet4"
node-version: "22"