Skip to content

Commit

Permalink
Finish renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Mar 24, 2024
1 parent 33fbc4c commit 3d8ea80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e2.yml → .github/workflows/e2e.yml
Expand Up @@ -4,9 +4,9 @@ on:
merge_group:

jobs:
test:
run-e2e-tests:
runs-on: ubuntu-latest
steps:
- name: Test
- name: Execute E2E tests
run: |
sleep 5m
sleep 3m
4 changes: 2 additions & 2 deletions .github/workflows/ui.yml
Expand Up @@ -4,9 +4,9 @@ on:
pull_request:

jobs:
test:
run-ui-tests:
runs-on: ubuntu-latest
steps:
- name: Test
- name: Execute UI tests
run: |
echo success

0 comments on commit 3d8ea80

Please sign in to comment.