Skip to content

Commit 93f2120

Browse files
authored
Update devito-book.yml
1 parent 23a0c44 commit 93f2120

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.github/workflows/devito-book.yml

+10-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: Devito Book
42

5-
# Controls when the action will run. Triggers the workflow on push or pull request
6-
# events but only for the master branch
73
on:
4+
# Trigger the workflow on push or pull request,
5+
# but only for the master branch
86
push:
9-
branches: [ master ]
7+
branches:
8+
- master
109
pull_request:
11-
branches: [ master ]
10+
branches:
11+
- master
1212

13-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1413
jobs:
15-
# This workflow contains a single job called "build"
16-
build:
17-
# The type of runner that the job will run on
14+
tutorials:
15+
name: Tutorials
1816
runs-on: ubuntu-latest
19-
17+
2018
env:
2119
DEVITO_ARCH: gcc-7
2220
DEVITO_LANGUAGE: "openmp"
@@ -47,4 +45,4 @@ jobs:
4745
pip install matplotlib
4846
- name: Tests in examples
4947
shell: bash -l {0}
50-
run: py.test --cov --cov-config=.coveragerc --cov-report=xml fdm-devito-notebooks/
48+
run: py.test --cov --cov-config=.coveragerc --cov-report=xml fdm-devito-notebooks/waves/

0 commit comments

Comments
 (0)