Skip to content

Commit cc0ab4c

Browse files
committed
Enable GitHub actions
1 parent 3620fd8 commit cc0ab4c

File tree

2 files changed

+19
-31
lines changed

2 files changed

+19
-31
lines changed

.github/workflows/smoketest.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
with:
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

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)