Skip to content

Fix configuration

Fix configuration #37

Workflow file for this run

name: OP Proposer [Go]
on:
pull_request:
branches:
- main
paths:

Check failure on line 7 in .github/workflows/op_proposer.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/op_proposer.yaml

Invalid workflow file

You have an error in your yaml syntax on line 7
- 'proposer/**', 'elf/**'
push:
branches:
- main
paths:
- 'proposer/**', 'elf/**'
jobs:
test_op_proposer_go:
runs-on:
- runs-on
- runner=16cpu-linux-arm64
- run-id=${{ github.run_id }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.22'
- name: Run main_test.go
run: go test -v ./server/main_test.go
working-directory: proposer/op
env:
L2_RPC: ${{ secrets.L2_RPC }}
L2_NODE_RPC: ${{ secrets.L2_NODE_RPC }}
L1_RPC: ${{ secrets.L1_RPC }}
L1_BEACON_RPC: ${{ secrets.L1_BEACON_RPC }}