Skip to content

Commit

Permalink
Merge branch 'refactor/simplify-project-structure' into test/validati…
Browse files Browse the repository at this point in the history
…on-workflow
  • Loading branch information
mcollovati authored Dec 24, 2023
2 parents 0f3b5c8 + 5758193 commit 4c8834c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
with:
name: saved-workspace
path: workspace.tar
test:
name: Build and test
tests:
name: Tests
needs: [build]
timeout-minutes: 30
runs-on: ubuntu-latest
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
checks: write
pull-requests: write
if: ${{ always() }}
needs: [changes, build-and-test, ui-tests]
needs: [changes, tests, ui-tests]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4c8834c

Please sign in to comment.