diff --git a/DESCRIPTION b/DESCRIPTION index 075b24aa..7a954423 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "opensource+kamil@appsilon.com"), diff --git a/NEWS.md b/NEWS.md index e6167f4a..4c188ce0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) diff --git a/inst/templates/github_ci/dot.github/workflows/rhino-test.yml b/inst/templates/github_ci/dot.github/workflows/rhino-test.yml index dd376b4b..4af1e268 100644 --- a/inst/templates/github_ci/dot.github/workflows/rhino-test.yml +++ b/inst/templates/github_ci/dot.github/workflows/rhino-test.yml @@ -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