We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878d37e commit c13e244Copy full SHA for c13e244
.github/workflows/main.yml
@@ -47,6 +47,17 @@ jobs:
47
run: |
48
docker run reframe:${{ matrix.modules-version }}
49
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
59
+ docker run reframe:tutorials
60
+
61
unusedimports:
62
runs-on: ubuntu-latest
63
steps:
0 commit comments