Skip to content

Commit

Permalink
test consume own action
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 14, 2024
1 parent fba071c commit bc74688
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 5 additions & 4 deletions .github/actions/build_env/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ runs:
shared-key: "libra"
cache-on-failure: "true"

- name: Call another composite action
uses: 0LNetworkCommunity/libra-framework/get_cli@ci

# TODO: deduplicate this by calling get_cli
- uses: 0LNetworkCommunity/libra-framework/.github/actions/get_cli@ci
# - name: export diem-node DIEM_FORGE_NODE_BIN_PATH
# shell: bash
# run: echo "DIEM_FORGE_NODE_BIN_PATH=${{github.workspace}}/libra" >> $GITHUB_ENV
# run: |
# echo "DIEM_FORGE_NODE_BIN_PATH=${{github.workspace}}/libra" >> $GITHUB_ENV
# echo "LIBRA_BIN=${{github.workspace}}/libra" >> $GITHUB_ENV

# - name: install diem-node (for smoke tests)
# shell: bash
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/formal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
run: |
bash util/dev_setup.sh -byp
- name: fetch libra cli
uses: ./.github/actions/get_cli

# Move framework tests
# TODO:
- name: prover tests
Expand Down

0 comments on commit bc74688

Please sign in to comment.