Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
loraine-gueguen committed Aug 5, 2024
1 parent 7e67179 commit 09576bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
- name: Display SequenceServer home page content
debug:
msg: "{{ sequenceserver_page.content | b64decode }}"
- name: Check home url in home page content
- name: Check title in home page content
shell: # noqa 301

Check warning on line 62 in molecule/default/verify.yml

View workflow job for this annotation

GitHub Actions / Lint

62:14 [comments] too few spaces before comment

Check warning on line 62 in molecule/default/verify.yml

View workflow job for this annotation

GitHub Actions / Lint

62:14 [comments] too few spaces before comment
cmd: curl -sL http://localhost:4567 | grep -q 'BLAST server for my_db'
register: grep_title
Expand Down

0 comments on commit 09576bc

Please sign in to comment.