Skip to content

Commit 73c73b5

Browse files
committed
more updates
1 parent 60d3efa commit 73c73b5

File tree

5 files changed

+517
-498
lines changed

5 files changed

+517
-498
lines changed

.github/workflows/devnet-examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pyproject_directory: .
2323

2424
- name: Run examples on devnet
25-
uses: nick-fields/retry@v2
25+
uses: nick-fields/retry@v3
2626
with:
2727
max_attempts: 1
2828
timeout_minutes: 20

.github/workflows/localnet-examples.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@ jobs:
4040
shell: bash
4141

4242
- name: Run examples on localnet
43-
run: make integration_test
44-
shell: bash
43+
uses: nick-fields/retry@v3
44+
with:
45+
max_attempts: 1
46+
timeout_minutes: 20
47+
command: make integration_test

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- uses: ./.github/actions/python-setup
1515

0 commit comments

Comments
 (0)