Skip to content

Commit

Permalink
Fix rest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Sep 14, 2024
1 parent 9749fe3 commit 21a6091
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/options-tests-with-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
junit2html report.xml --report-matrix report.html
- name: Uploading report
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: Results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rest-api-tests-with-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo $(ls ./results/)
- name: Generating report
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: Results
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh

ls -la /home/
apt-get update
Expand Down

0 comments on commit 21a6091

Please sign in to comment.