Skip to content

Commit

Permalink
build chain upd
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed May 1, 2021
1 parent f1704c1 commit 08a7a0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/r-icu-bundle.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: stringi for R (ICU bundle)
name: stringi for R (ICU bundle+check)

on:
push:
Expand All @@ -23,6 +23,6 @@ jobs:
sudo Rscript -e "install.packages(c('tinytest', 'roxygen2', 'pkgbuild'))"
- name: Test and check R
run: |
make r-icu-bundle
make tinytest
make check
sudo make r-icu-bundle
sudo make tinytest
sudo make check
4 changes: 2 additions & 2 deletions .github/workflows/r-icu-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
sudo Rscript -e "install.packages(c('tinytest'))"
- name: Test and check R
run: |
make r-icu-system
make tinytest
sudo make r-icu-system
sudo make tinytest

0 comments on commit 08a7a0b

Please sign in to comment.