Skip to content

Commit

Permalink
Merge pull request #401 from Appsilon/fix/change-cypress-paths
Browse files Browse the repository at this point in the history
Fix/change cypress paths
  • Loading branch information
kamilzyla authored Nov 30, 2022
2 parents a733536 + 795d625 commit 2854094
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rhino
Title: A Framework for Enterprise Shiny Applications
Version: 1.2.0.9000
Version: 1.2.0.9001
Authors@R:
c(
person("Kamil", "Żyła", role = c("aut", "cre"), email = "[email protected]"),
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# rhino (development version)
1. Fix Cypress in CI.

# [rhino 1.2.0](https://github.com/Appsilon/rhino/releases/tag/v1.2.0)

Expand Down
4 changes: 2 additions & 2 deletions inst/templates/github_ci/dot.github/workflows/rhino-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
if: always()
uses: cypress-io/github-action@v2
with:
working-directory: .rhino/node # Created by earlier commands which use Node.js
working-directory: .rhino # Created by earlier commands which use Node.js
start: npm run run-app
project: root/tests
project: ../tests

0 comments on commit 2854094

Please sign in to comment.