Skip to content

Commit

Permalink
updated ghaction tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Jul 25, 2024
1 parent b418d7e commit 1fd7474
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Test e2e
on: push
on:
push:
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]

jobs:
test-e2e:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-unittest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Test Unittest
on: push
on:
push:
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]

jobs:
test-unittest:
Expand Down

0 comments on commit 1fd7474

Please sign in to comment.