Skip to content

Commit

Permalink
test(extension): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed Jul 15, 2024
1 parent 311c204 commit e7dfe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests-linux-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
env=${NETWORK}
browser=${BROWSER}
platform=Linux
smoke_only=${{ needs.prereq.outputs.smoke_only }}
smoke_only=${{ needs.prereq.outputs.smoke_only || false }}
" > environment.properties
- name: Publish allure report to S3
uses: andrcuns/allure-publish-action@v2.6.0
Expand Down

0 comments on commit e7dfe4f

Please sign in to comment.