Skip to content

Commit

Permalink
ci: Add to test for rf61
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Jul 13, 2023
1 parent 13e02f3 commit ff0bf77
Show file tree
Hide file tree
Showing 5 changed files with 3,187 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
robotframework-version: [rf32, rf40, rf41, rf50, rf51, rf60]
robotframework-version: [rf32, rf40, rf41, rf50, rf51, rf60, rf61]
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v16
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v12
with:
name: robots-from-jupyter
# If you chose signing key for write access
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ requirements-all:
ROBOTFRAMEWORK=rf50 make requirements
ROBOTFRAMEWORK=rf51 make requirements
ROBOTFRAMEWORK=rf60 make requirements
ROBOTFRAMEWORK=rf61 make requirements

requirements: requirements-$(PYTHON)-$(ROBOTFRAMEWORK).nix

Expand Down
Loading

0 comments on commit ff0bf77

Please sign in to comment.