Skip to content

Commit

Permalink
placeholder for GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Jul 25, 2024
1 parent a4bf5f8 commit b418d7e
Show file tree
Hide file tree
Showing 2 changed files with 20 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
10 changes: 10 additions & 0 deletions .github/workflows/test-unittest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Test Unittest
on: push

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

0 comments on commit b418d7e

Please sign in to comment.