Skip to content

Commit

Permalink
Use public action instead of duplicating it
Browse files Browse the repository at this point in the history
Co-authored-by: alnoki <[email protected]>
  • Loading branch information
xbtmatt and alnoki authored Sep 4, 2024
1 parent 052293b commit abf649a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ts-run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
submodules: 'false'
- name: 'Install the latest Aptos CLI'
uses: './.github/actions/get-latest-aptos-cli'
uses: 'aptos-labs/aptos-core/.github/actions/get-latest-cli@8792eef'
with:
destination_directory: '/usr/local/bin'
- uses: './.github/actions/ts-run-tests'
Expand Down

0 comments on commit abf649a

Please sign in to comment.