Skip to content

Commit

Permalink
Merge pull request #20 from 0xPolygon/feature/ghaction-test-main
Browse files Browse the repository at this point in the history
feat: placeholder for Test github action in main branch
  • Loading branch information
joanestebanr authored Jul 25, 2024
2 parents a5833e3 + 852d339 commit 1ae1696
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Test e2e
on: push

jobs:
test-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
14 changes: 14 additions & 0 deletions .github/workflows/test-unittest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Test Unittest
on:
push:
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]

jobs:
test-unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

0 comments on commit 1ae1696

Please sign in to comment.