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 6965d58 commit 9b8c5a9
Show file tree
Hide file tree
Showing 2 changed files with 6 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
5 changes: 3 additions & 2 deletions .github/workflows/ui.yml
Expand Up @@ -2,11 +2,12 @@ name: ui

on:
pull_request:
merge_group:

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

0 comments on commit 9b8c5a9

Please sign in to comment.