Skip to content

Commit

Permalink
specific logs folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Noordsestern committed Feb 19, 2024
1 parent 38aa049 commit 781bca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/robot-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
run: |
pip install .
sleep 10
robot -d logs -b debug.log -x xunit.xml -L DEBUG -V tests/robot/config_cicd.py -v CAMUNDA_HOST:http://camunda:8080 tests/robot/**/*.robot
robot -d logs-${camunda_version}-${auth_enabled} -b debug.log -x xunit.xml -L DEBUG -V tests/robot/config_cicd.py -v CAMUNDA_HOST:http://camunda:8080 tests/robot/**/*.robot
- name: Archive production artifacts
uses: actions/upload-artifact@v4
if: always()
with:
name: robot logs
path: |
logs/
logs-${camunda_version}-${auth_enabled}/
publish-test-results:
name: "Publish Unit Tests Results"
Expand Down

0 comments on commit 781bca7

Please sign in to comment.