Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
gasse committed Nov 15, 2024
1 parent 19eb2eb commit 9ec1d7b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,8 @@ jobs:
OPENAI_API_KEY: ""
run: |
pytest -n 5 --durations=10 -m 'not pricy' --slowmo 1000 -v tests/assistantbench
workarena-fast-tests:
workarena-fast:
if: github.event_name == 'pull_request'
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -445,8 +445,8 @@ jobs:
SNOW_INSTANCE_UNAME: ${{ secrets.SNOW_INSTANCE_UNAME }}
SNOW_INSTANCE_PWD: ${{ secrets.SNOW_INSTANCE_PWD }}
run: pytest -n 5 --durations=10 -m 'not slow and not pricy' --slowmo 1000 -v tests
scheduled-workarena-slow-tests:

scheduled-workarena-slow:
if: github.event_name == 'schedule'
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -474,4 +474,3 @@ jobs:
token: ${{ secrets.PAT }}
repository: ServiceNow/WorkArena
event-type: dependency-update

0 comments on commit 9ec1d7b

Please sign in to comment.