mirror of
https://github.com/mempool/mempool.git
synced 2025-04-14 23:09:21 +02:00
Fix actions path
This commit is contained in:
parent
62a4c271c1
commit
c71cf177ae
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user