Skip to content

Commit

Permalink
Merge pull request #6 from mpdel/fix-actions
Browse files Browse the repository at this point in the history
Split UI and E2E tests
  • Loading branch information
DamienCassou committed Mar 24, 2024
2 parents c910fac + 339c4a9 commit 0e10edd
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 0e10edd

Please sign in to comment.