Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Jan 10, 2023
1 parent b9b473d commit e2a5f43
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
@@ -1,6 +1,6 @@
name: Coveralls

on: ["push", "pull_request"]
on: ["push"]

jobs:
mobx:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/coveralls2.yml
@@ -0,0 +1,14 @@
name: Coveralls 2

on: ["push"]

jobs:
mobx:
name: Packages coverage
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master

- name: Test
run: echo hello

0 comments on commit e2a5f43

Please sign in to comment.