added comment to method getting uri of document at position #41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cucumber | |
on: | |
push: | |
branches: [ "main" ] | |
workflow_dispatch: | |
jobs: | |
run-specs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: install ruby | |
run: sudo apt-get install ruby-full | |
- name: install bundler | |
run: sudo gem install bundler | |
- name: sudo bundle install | |
run: sudo bundle install | |
- name: cucumber | |
run: cucumber | |
#- name: cucumber --publish-quiet -f html > report.html | |
# run: cucumber --publish-quiet -f html > report.html | |