Skip to content

Commit

Permalink
Show directories
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcuns committed Dec 20, 2023
1 parent d20b3a8 commit 235eafc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ jobs:
steps:
- name: Download allure-results
uses: actions/download-artifact@v4
- name: Show me
run: |
ls -la
ls -la allure-cucumber/
ls -la allure-rspec/
ls -la allure-ruby-commons/
- name: Publish allure report
uses: andrcuns/[email protected]
env:
Expand Down

0 comments on commit 235eafc

Please sign in to comment.