Run tests only on pull requests and wait for unit tests before running UI tests
This commit is contained in:
parent
8ac6eb24a0
commit
0195e4ee58
1 changed files with 1 additions and 3 deletions
|
@ -2,8 +2,6 @@ name: Build & Test
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
|
@ -47,7 +45,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
name: Run UI Tests
|
||||
needs:
|
||||
- validate
|
||||
- unit_tests
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: set up JDK
|
||||
|
|
Loading…
Reference in a new issue