File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - v0
7- - nialexsan/mainnet-fork-test
87
98 # Manual trigger, with a flag to decide if we also push
109 workflow_dispatch :
1817 IMAGE_NAME : ghcr.io/${{ github.repository_owner }}/flow-emulator-fork
1918
2019jobs :
21- test :
22- name : E2E Mainnet Fork Tests
20+ test-and-build :
21+ name : E2E Tests and Build
2322 runs-on : ubuntu-latest
2423
2524 permissions :
26- contents : write
25+ contents : read
26+ packages : write
2727
2828 steps :
2929 - name : Checkout
4343 - name : Run e2e mainnet fork tests
4444 run : ./local/e2e_mainnet_fork.sh
4545
46- build :
47- name : Build Mainnet Fork Emulator Image
48- runs-on : ubuntu-latest
49- needs : test
50-
51- permissions :
52- contents : read
53- packages : write
54-
55- steps :
56- - name : Checkout
57- uses : actions/checkout@v4
58- with :
59- submodules : recursive
60- token : ${{ secrets.GH_PAT }}
61-
6246 - name : Log in to GHCR
6347 if : github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.push == true)
6448 uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments