Skip to content

Commit

Permalink
Test: Checks if test_r and test_e2e works
Browse files Browse the repository at this point in the history
  • Loading branch information
vibalre committed May 12, 2023
1 parent 8ff8d00 commit b461fbf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
cd RhinoApp
Rscript -e 'rhino::lint_r()'
- name: test_r() should run tests for R
run: |
cd RhinoApp
Rscript -e 'rhino::test_r()'
- name: lint_js() should detect lint errors in JS
run: |
cd RhinoApp
Expand All @@ -69,4 +74,9 @@ jobs:
- name: lint_sass() should detect lint errors in CSS
run: |
cd RhinoApp
Rscript -e 'rhino::lint_sass()'
Rscript -e 'rhino::lint_sass()'
- name: test_e2e() should run cypress tests
run: |
cd RhinoApp
Rscript -e 'rhino::test_e2e()'

0 comments on commit b461fbf

Please sign in to comment.