Skip to content

Commit

Permalink
Merge pull request #4667 from solgenomics/topic/update_workflow
Browse files Browse the repository at this point in the history
change docker version used for testing to "latest"
  • Loading branch information
lukasmueller authored Oct 9, 2023
2 parents bb67b12 + fad8b13 commit 60d83e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test_breedbase:
runs-on: ubuntu-latest
container:
image: breedbase/breedbase:v0.82
image: breedbase/breedbase:latest
env:
HOME: /root
MODE: 'TESTING'
Expand Down

0 comments on commit 60d83e2

Please sign in to comment.