Skip to content

Commit

Permalink
Correct the dummy dataset location
Browse files Browse the repository at this point in the history
  • Loading branch information
rmassei committed Aug 8, 2024
1 parent 3e510a0 commit a9011d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
PID=$(omero obj new Project name='test_prj')
DID=$(omero obj new Dataset name='test_dts')
omero obj new ProjectDatasetLink parent=$PID child=$DID
omero import -d $DID .github/omero-dummy
omero import -d $DID .github/dummy-dts-omero
echo "Created the dummy dataset into OMERO"
# download or create large test data via script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ jobs:
PID=$(omero obj new Project name='test_prj')
DID=$(omero obj new Dataset name='test_dts')
omero obj new ProjectDatasetLink parent=$PID child=$DID
omero import -d $DID .github/omero-dummy
omero import -d $DID .github/dummy-dts-omero
echo "Created the dummy dataset into OMERO"
# download or create large test data via script
Expand Down

0 comments on commit a9011d7

Please sign in to comment.