Skip to content

Commit

Permalink
Fix bridge tests
Browse files Browse the repository at this point in the history
  • Loading branch information
serban300 committed Jan 22, 2025
1 parent 1bdb817 commit 5105f2a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ RUN set -eux; \
cd /home/nonroot/bridges-polkadot-sdk/bridges/testing/framework/utils/generate_hex_encoded_call; \
npm install

# use the non-root user
USER node
# check if executable works in this container
USER nonroot
RUN /usr/local/bin/polkadot --version
RUN /usr/local/bin/polkadot-parachain --version
RUN /usr/local/bin/substrate-relay --version
Expand Down

0 comments on commit 5105f2a

Please sign in to comment.