Skip to content

Commit

Permalink
Build test data before running any tests
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Mar 6, 2024
1 parent 18b05f5 commit 019f429
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
run: |
./scripts/redis start
- name: Build test data
run: |
./scripts/build_test_data
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
4 changes: 4 additions & 0 deletions .github/workflows/R-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
run: |
./scripts/redis start
- name: Build test data
run: |
./scripts/build_test_data
- name: Run integration tests
run: |
./scripts/test_integration
4 changes: 4 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
run: |
./scripts/redis start
- name: Build test data
run: |
./scripts/build_test_data
- name: Test coverage
run: |
covr::codecov(
Expand Down

0 comments on commit 019f429

Please sign in to comment.