Skip to content

Commit 26fe818

Browse files
Update .github/workflows/publish-environment.yml
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 4f48fa4 commit 26fe818

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-environment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
uses: MetaMask/action-checkout-and-setup@v1
2424
with:
2525
is-high-risk-environment: true
26-
- run: yarn build
26+
- name: Build dependencies
27+
run: yarn build:ci
28+
- name: Build execution environments
29+
run: yarn build:lavamoat
2730
- name: configure AWS credentials
2831
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
2932
with:

0 commit comments

Comments
 (0)