Skip to content

Commit

Permalink
Merge pull request #19 from 0xPolygon/feature/ghaction-test
Browse files Browse the repository at this point in the history
feat: placeholder for Test github action
  • Loading branch information
joanestebanr authored Jul 25, 2024
2 parents a4bf5f8 + 1fd7474 commit 36530c4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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
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 36530c4

Please sign in to comment.