Skip to content

Commit

Permalink
Added comments on updated actions
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed Jan 15, 2025
1 parent cc82a85 commit 0d030d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flow-pr-title-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
egress-policy: audit

# Note: After Step-Security is enabled return to step-security/conventional-pr-title-action
- name: Check PR Title
uses: azlafy-z/conventional-pr-title-action@a0b851005a0f82ac983a56ead5a8111c0d8e044a # v3.2.0
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flow-pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Start the local node
run: npm run start -- -d --verbose=trace

# Note: After Step-Security is enabled return to step-security/retry
- name: Run smoke test
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/flow-pull-request-smoke-tests-on-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
run: |
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
# Note: After Step-Security is enabled return to step-security/retry
- name: Run the local node
env:
FIRING_UP_RETRY_ATTEMPTS: 10000
Expand All @@ -116,6 +117,7 @@ jobs:
timeout_minutes: 60
command: npm run restart -- --workdir /Users/runner/work/hedera-local-node/hedera-local-node

# Note: After Step-Security is enabled return to step-security/retry
- name: Run smoke test
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
with:
Expand Down

0 comments on commit 0d030d6

Please sign in to comment.