Skip to content

Commit

Permalink
Split UI and E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Mar 24, 2024
1 parent c910fac commit 339c4a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml → .github/workflows/e2e2.yml
@@ -1,7 +1,6 @@
name: test

on:
pull_request:
merge_group:

jobs:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/ui.yml
@@ -0,0 +1,12 @@
name: test

on:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test
run: |
echo success

0 comments on commit 339c4a9

Please sign in to comment.