Skip to content

Commit

Permalink
Merge commit '09779328bf371a1db9c232a29fa138472dcbfe67' into dev_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorcum committed Feb 8, 2022
2 parents e6b32b8 + 0977932 commit 7dbfb87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# This workflow contains a single job called "test"
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand Down Expand Up @@ -44,3 +44,4 @@ jobs:
name: Check MATLAB test results from JUnit report
path: work/results.xml
reporter: java-junit
fail-on-error: false

0 comments on commit 7dbfb87

Please sign in to comment.