-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a27bd4c
commit 2123609
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
retention-days: 3 | ||
|
||
unit-tests: | ||
name: Unit Tests | ||
name: Unit tests | ||
runs-on: ubuntu-latest | ||
needs: [ build ] | ||
env: | ||
|
@@ -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: | ||
|
@@ -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: | ||
|