Skip to content

Commit

Permalink
test(extension): reuse artifact from ci build in test
Browse files Browse the repository at this point in the history
  • Loading branch information
emiride committed Apr 23, 2024
1 parent 44c51cb commit 810481a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Smoke Tests

on:
pull_request:
workflow_run:
workflows: ["CI"] # This must match the name of your CI workflow
types:
- completed
workflow_dispatch:

env:
Expand All @@ -22,10 +25,11 @@ jobs:
run: ./decrypt_secret.sh
env:
WALLET_1_PASSWORD: ${{ secrets.WALLET_PASSWORD_TESTNET }}
- name: Build dist version of Lace
uses: ./.github/shared/build
- name: Download artifact from CI workflow
uses: actions/download-artifact@v4
with:
LACE_EXTENSION_KEY: ${{ secrets.MANIFEST_PUBLIC_KEY }}
name: lace
path: apps/browser-extension-wallet/dist
- name: Start XVFB
run: |
Xvfb :99 &
Expand Down

0 comments on commit 810481a

Please sign in to comment.