Skip to content

Merge pull request #19 from 0xPolygon/feature/ghaction-test #6

Merge pull request #19 from 0xPolygon/feature/ghaction-test

Merge pull request #19 from 0xPolygon/feature/ghaction-test #6

Workflow file for this run

name: Test e2e
on:
push:
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]
jobs:
test-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0