We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c93ad commit 200fce5Copy full SHA for 200fce5
1 file changed
.github/workflows/ci.yml
@@ -45,15 +45,4 @@ jobs:
45
uses: actions/upload-artifact@v3
46
with:
47
name: allure-results
48
- path: allure-results # Upload the allure-results directory as an artifact
49
-
50
- - name: Create a Release
51
- id: create_release
52
- uses: softprops/action-gh-release@v1
53
- with:
54
- files: TestResults/*
55
56
- - name: Upload Test Results as Release Asset
57
58
59
+ path: allure-results # Path to the allure-results folder
0 commit comments