Skip to content

Commit

Permalink
Some progress
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekKuczynski committed Mar 29, 2024
1 parent 64e3db2 commit 4b6774c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
platform: [ubuntu-latest]
python: ['3.9']
fail-fast: true
fail-fast: false
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
matrix:
platform: [ubuntu-latest]
python: ['3.9']
fail-fast: true
fail-fast: false
runs-on: ${{ matrix.platform }}
steps:
- name: "Echo Vars"
Expand Down
1 change: 0 additions & 1 deletion Tests/Regression/Manager/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ Select Robot File
${robot_file_name}= Set Variable ${correct_data}[1]
${robot_file_name}= Get Substring ${robot_file_name} 0 -6
Log ${robot_file_name}
Sleep 3
Take A Screenshot
Click Dialog Button ${robot_file_name}_robot
Sleep 1
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4b6774c

Please sign in to comment.