Skip to content

Commit

Permalink
ci: fixes robot (#125)
Browse files Browse the repository at this point in the history
* ci: robot

Signed-off-by: Nasfame <laciferin@gmail.com>

* e2e: autobot robot test

Signed-off-by: Nasfame <laciferin@gmail.com>

* refactor: robot workflow

Signed-off-by: Nasfame <laciferin@gmail.com>

---------

Signed-off-by: Nasfame <laciferin@gmail.com>
  • Loading branch information
Hiro authored Nov 22, 2023
1 parent 6d54297 commit 215d1e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ env:

jobs:
robot:
if: false #FIXME:
# if: false #FIXME: automated-e2e-test.yml working
strategy:
fail-fast: false
max-parallel: 2
matrix:
os: [ ubuntu-latest ]
python-version: [ "3.10" ] #TODO:, "3.11"]
os: [ubuntu-latest]
python-version: ["3.10"] #TODO:, "3.11"]

runs-on: ${{matrix.os}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automated-e2e-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Automated E2E test
name: Automated E2E Robot test

on:
push:
Expand Down

0 comments on commit 215d1e9

Please sign in to comment.