Skip to content

Commit

Permalink
actions/test_app -> actions/test-app (#249)
Browse files Browse the repository at this point in the history
* `actions/test_app` -> `actions/test-app`

* Update NEWS.md
  • Loading branch information
schloerke authored Aug 19, 2022
1 parent 4ca670a commit ee42e8b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

* Update {lintr} lints to v3 (#240)

* Fixed GHA links for `rstudio/shinytest2/actions/test-app@v1` (#249)

# shinytest2 0.1.0

* Initial release of package
6 changes: 3 additions & 3 deletions actions/test-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
extra-packages:
shinytest2
- uses: rstudio/shinytest2/actions/test_app@v1
- uses: rstudio/shinytest2/actions/test-app@v1
with:
path: "."
```
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- uses: r-lib/actions/setup-renv@v2
- uses: rstudio/shinytest2/actions/test_app@v1
- uses: rstudio/shinytest2/actions/test-app@v1
with:
path: "."
```
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
local::.
shinytest2
- uses: rstudio/shinytest2/actions/test_app@v1
- uses: rstudio/shinytest2/actions/test-app@v1
with:
path: "."
```
Expand Down
2 changes: 1 addition & 1 deletion actions/test-app/example-test-app-description.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
extra-packages:
shinytest2

- uses: rstudio/shinytest2/actions/test_app@v1
- uses: rstudio/shinytest2/actions/test-app@v1
with:
path: "."
2 changes: 1 addition & 1 deletion actions/test-app/example-test-app-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
local::.
shinytest2

- uses: rstudio/shinytest2/actions/test_app@v1
- uses: rstudio/shinytest2/actions/test-app@v1
with:
path: "."
2 changes: 1 addition & 1 deletion actions/test-app/example-test-app-renv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:

- uses: r-lib/actions/setup-renv@v2

- uses: rstudio/shinytest2/actions/test_app@v1
- uses: rstudio/shinytest2/actions/test-app@v1
with:
path: "."
2 changes: 1 addition & 1 deletion vignettes/use-ci.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

- uses: r-lib/actions/setup-renv@v2

- uses: rstudio/shinytest2/actions/test_app@v1
- uses: rstudio/shinytest2/actions/test-app@v1
with:
path: "."
```
Expand Down

0 comments on commit ee42e8b

Please sign in to comment.