Skip to content

Commit

Permalink
Update coveralls.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
csiefer2 authored Jun 21, 2024
1 parent 165b2ee commit 81e9507
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: ["push", "pull_request"]
on: ["push", "pull_request", "workflow_dispatch"]

name: Test Coveralls
name: Code coverage with Coveralls

jobs:

Expand All @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x

- name: Configure Trilinos
run: |
mkdir -p trilinos_build
Expand Down

0 comments on commit 81e9507

Please sign in to comment.