Skip to content

Commit

Permalink
updated ci to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
wverastegui committed Apr 18, 2024
1 parent eff1434 commit 1092dcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Create conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: recetox-aplcms-dev
auto-update-conda: true
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-load.lcms.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ patrick::with_parameters_test_that(
input_path <- file.path(testdata, "input", filename)

# Act: Execute the function with the test inputs
data <- recetox.aplcms::load.lcms(input_path)
data <- load.lcms(input_path)

# Assert: Verify the function output matches expected results
# Check that the function returns an object of the expected type
Expand Down

0 comments on commit 1092dcf

Please sign in to comment.