Skip to content

XLabs/portal-bridge-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Folder structure

Portal Bridge with Connect widget

Portal Bridge documentation

Run Github Actions Locally with Act

see https://nektosact.com/installation/index.html

All

export GITHUB_TOKEN=#your github token

act --artifact-server-path /tmp/act-artifacts -W .github/workflows/preview.yml pull_request -s GITHUB_TOKEN=${GITHUB_TOKEN} -P=xlabs-large-runner=catthehacker/ubuntu:act-latest --container-options "--memory=10G"

advanced-tools job

export GITHUB_TOKEN=#your github token

act --artifact-server-path /tmp/act-artifacts -W .github/workflows/preview.yml pull_request -j advanced-tools  -s GITHUB_TOKEN=${GITHUB_TOKEN} -P=xlabs-large-runner=catthehacker/ubuntu:act-latest --container-options "--memory=12g"

redirects job

act --artifact-server-path /tmp/act-artifacts -W .github/workflows/preview.yml pull_request -j redirects

usdc-bridge job

act --artifact-server-path /tmp/act-artifacts -W .github/workflows/preview.yml pull_request -j usdc-bridge -s GITHUB_TOKEN=${GITHUB_TOKEN} 

token-bridge job

act --artifact-server-path /tmp/act-artifacts -W .github/workflows/preview.yml pull_request -j token-bridge -s GITHUB_TOKEN=${GITHUB_TOKEN}