Skip to content

Commit

Permalink
test update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlachaume committed Jan 10, 2024
1 parent 5aaf4f2 commit 7a2398a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,21 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

- name: Download built artifacts (mithril-client-wasm)
uses: dawidd6/action-download-artifact@v2
with:
name: mithril-distribution-wasm
path: mithril-client-wasm
commit: ${{ github.sha }}
workflow: ci.yml
workflow_conclusion: success
wait_workflow: true

- name: Unpack 'mithril-client-wasm' package
working-directory: mithril-client-wasm
run:
tar -xvzf pkg/*.tgz -C pkg/ && mv pkg/package/* pkg/

- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 7a2398a

Please sign in to comment.