Skip to content

Commit c13e244

Browse files
author
Theofilos Manitaras
committed
Add the tutorial testing to the github actions
1 parent 878d37e commit c13e244

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@ jobs:
4747
run: |
4848
docker run reframe:${{ matrix.modules-version }}
4949
50+
tutorialtest:
51+
runs-on: ubuntu-latest
52+
steps:
53+
- uses: actions/checkout@v2
54+
- name: Build Image for Tutorial Tests
55+
run: |
56+
docker build -f ci-scripts/dockerfiles/tutorials.dockerfile -t reframe:tutorials .
57+
- name: Run Tutorial Tests
58+
run: |
59+
docker run reframe:tutorials
60+
5061
unusedimports:
5162
runs-on: ubuntu-latest
5263
steps:

0 commit comments

Comments
 (0)