Skip to content

Commit

Permalink
minor test edit of Workflows YAML config
Browse files Browse the repository at this point in the history
  • Loading branch information
osalamon committed Oct 29, 2024
1 parent b694087 commit 0eafa1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rhino-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rhino Test
name: Rhino Test - lint R, JS and Sass, build JS & Sass and finally run R unit tests & Cypress e2e tests
on: push
permissions:
contents: read
Expand All @@ -19,8 +19,8 @@ jobs:
libudunits2-dev
# List each package on a separate line.
)
sudo apt-get update
sudo apt-get install --yes "${packages[@]}"
sudo apt update
sudo apt install --yes "${packages[@]}"
- name: Setup R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 0eafa1d

Please sign in to comment.