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 3620fd8 commit cc0ab4cCopy full SHA for cc0ab4c
.github/workflows/smoketest.yml
@@ -0,0 +1,19 @@
1
+name: "smoketest"
2
+on:
3
+ push:
4
+ pull_request:
5
+jobs:
6
+ smoketest:
7
+ runs-on: ubuntu-latest
8
+ strategy:
9
+ matrix:
10
+ robotframework-version: [rf31, rf32, rf40]
11
+ steps:
12
+ - uses: actions/checkout@v2.3.4
13
+ - uses: cachix/install-nix-action@v12
14
+ with:
15
+ nix_path: nixpkgs=channel:nixos-unstable
16
+ - uses: cachix/cachix-action@v8
17
18
+ name: robots-from-jupyter
19
+ - run: nix-shell setup.nix -A shell --argstr robotframework ${{ matrix.robotframework-version }} --run "make test && python -m robotkernel.install && jupyter nbconvert --execute tests/Smoketest.ipynb && nbrobot -v BROWSER:headlessfirefox -F ipynb tests atest"
.travis.yml
0 commit comments