Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
relund committed Sep 27, 2024
1 parent 799923f commit 978aae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/updateRepo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Updtate meta file with instances
run: |
library(MOrepoTools)
r <- FALSE
for(i in 1:10){
try({
r <- MOrepoTools:::setMetaInstances()
Expand All @@ -69,6 +70,7 @@ jobs:
- name: Updtate meta file with results
run: |
library(MOrepoTools)
r <- FALSE
for(i in 1:10){
try({
r <- MOrepoTools:::setMetaResults()
Expand Down

0 comments on commit 978aae5

Please sign in to comment.