Skip to content

Commit

Permalink
test composite action calling another
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 14, 2024
1 parent 6349ed2 commit 43251fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,17 @@ runs:
shared-key: "libra"
cache-on-failure: "true"

- name: export diem-node DIEM_FORGE_NODE_BIN_PATH
shell: bash
run: echo "DIEM_FORGE_NODE_BIN_PATH=${{github.workspace}}/libra" >> $GITHUB_ENV
- name: Call another composite action
uses: 0LNetworkCommunity/libra-framework/get_cli@${{ github.action_ref }}

- name: install diem-node (for smoke tests)
shell: bash
run: >
wget -O $DIEM_FORGE_NODE_BIN_PATH https://github.com/0LNetworkCommunity/libra-framework/releases/download/ci/libra &&
sudo chmod 755 $DIEM_FORGE_NODE_BIN_PATH &&
echo $DIEM_FORGE_NODE_BIN_PATH &&
ls -l $DIEM_FORGE_NODE_BIN_PATH
# - name: export diem-node DIEM_FORGE_NODE_BIN_PATH
# shell: bash
# run: echo "DIEM_FORGE_NODE_BIN_PATH=${{github.workspace}}/libra" >> $GITHUB_ENV

# - name: install diem-node (for smoke tests)
# shell: bash
# run: >
# wget -O $DIEM_FORGE_NODE_BIN_PATH https://github.com/0LNetworkCommunity/libra-framework/releases/download/ci/libra &&
# sudo chmod 755 $DIEM_FORGE_NODE_BIN_PATH &&
# echo $DIEM_FORGE_NODE_BIN_PATH &&
# ls -l $DIEM_FORGE_NODE_BIN_PATH
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:

- uses: ./.github/actions/build_env

- uses: ./.github/actions/get_cli

- uses: Swatinem/[email protected]
with:
shared-key: "libra-framework"
Expand Down

0 comments on commit 43251fe

Please sign in to comment.