Skip to content

Commit

Permalink
chore: optimize steps
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Jan 25, 2025
1 parent a27bd4c commit 2123609
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [ dev, main, master, hotfix/*, feature/*, release/* ]
branches: [ dev, master, hotfix/*, feature/*, release/* ]

jobs:
build:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
retention-days: 3

unit-tests:
name: Unit Tests
name: Unit tests
runs-on: ubuntu-latest
needs: [ build ]
env:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
path-to-lcov: ./build/code-coverage/lcov.info

e2e-tests:
name: E2E Tests
name: E2E tests
runs-on: ubuntu-latest
needs: [ build ]
env:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
retention-days: 3

unit-tests:
name: Unit Tests
name: Unit tests
runs-on: ubuntu-latest
needs: [ build ]
env:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
path-to-lcov: ./build/code-coverage/lcov.info

e2e-tests:
name: E2E Tests
name: E2E tests
runs-on: ubuntu-latest
needs: [ build ]
env:
Expand Down Expand Up @@ -130,8 +130,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.18.0'
- name: Clean up dist directory
run: rm -rf dist
- name: Create Github release
uses: konfer-be/[email protected]
with:
Expand Down

0 comments on commit 2123609

Please sign in to comment.