Skip to content

Trigger e2e test runs on alfajores differently #1

Trigger e2e test runs on alfajores differently

Trigger e2e test runs on alfajores differently #1

name: e2e-test-deployed-network
on:
schedule:

Check failure on line 4 in .github/workflows/e2e-test-deployed-network.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e-test-deployed-network.yaml

Invalid workflow file

You have an error in your yaml syntax on line 4
- cron: "0 14 * * *""
on:
pull_request:
branches:
- master
- celo*
paths:
- 'e2e_test/**'
workflow_dispatch:
permissions:
contents: read
jobs:
e2e-tests:
runs-on: ["8-cpu","self-hosted","org"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Build
run: make all
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-f625d0fa7c51e65b4bf1e8f7931cd1c6e2e285e9
- name: Run e2e tests alfajores
shell: bash
run: NETWORK=alfajores e2e_test/run_all_tests.sh