Skip to content

Commit 8421786

Browse files
authored
test: Update test runners to use latest stable release of cheqd-node [DEV-4857] (#432)
test: Update test runners to use latest cheqd-node image
1 parent 07c3a37 commit 8421786

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
integration-tests:
3737
name: "Integration Tests"
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-latest
3939
needs: build
4040

4141
steps:
@@ -48,7 +48,7 @@ jobs:
4848
cache-dependency-path: '**/package-lock.json'
4949

5050
- name: Start cheqd localnet
51-
run: docker run --rm -d -p 26657:26657 ghcr.io/cheqd/cheqd-node:3.1.5
51+
run: docker run --rm -d -p 26657:26657 ghcr.io/cheqd/cheqd-node:latest
5252

5353
- name: "Clean install dependencies"
5454
run: npm ci
@@ -58,7 +58,7 @@ jobs:
5858

5959
import-tests:
6060
name: "Import Tests"
61-
runs-on: ubuntu-20.04
61+
runs-on: ubuntu-latest
6262
needs: build
6363

6464
steps:

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525

26-
- uses: amannn/action-semantic-pull-request@v5.5.3
26+
- uses: amannn/action-semantic-pull-request@v5
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: "Obtain Github App token"
2626
id: app-token
27-
uses: getsentry/action-github-app-token@v3.0.0
27+
uses: getsentry/action-github-app-token@v3
2828
with:
2929
app_id: ${{ secrets.BOT_APP_ID }}
3030
private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)