Skip to content

Commit

Permalink
Merge pull request #6395 from LedgerHQ/support/fix-bot-nonreg
Browse files Browse the repository at this point in the history
Support/fix bot nonreg
  • Loading branch information
hedi-edelbloute authored Mar 21, 2024
2 parents 0e15cf2 + fe718ac commit 5b36661
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bot-testing-nitrogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:

jobs:
run-bot:
runs-on: [ledger-live-medium-linux]
runs-on: [ledger-live-4xlarge-linux]
steps:
- name: Generate token
id: generate-token
Expand Down
2 changes: 1 addition & 1 deletion libs/ledger-live-common/src/load/speculos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export async function createSpeculosDevice(
`SPECULOS_APPNAME=${appName}:${appVersion}`,
"--name",
`${speculosID}`,
"ghcr.io/ledgerhq/speculos",
"ghcr.io/ledgerhq/speculos:sha-e262a0c",
"--model",
model.toLowerCase(),
appPath,
Expand Down
2 changes: 1 addition & 1 deletion tools/actions/composites/bot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
cache: pnpm
cache-dependency-path: "**/pnpm-lock.yaml"
- name: pull docker image
run: docker pull ghcr.io/ledgerhq/speculos
run: docker pull ghcr.io/ledgerhq/speculos:sha-e262a0c
shell: bash
- name: install and build
run: |
Expand Down

0 comments on commit 5b36661

Please sign in to comment.