-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update for v5 (#133) * up * add precommit * eslint 8 * lexical * test: migrate away from jest (#134) * almost everything is working, struggling with the stream * went away from the stream and just reading the logs * cleaner code * removed the exception for linting * the test path was useless * scripts are in alphabetical order * updated the package.json file to remove the :coverage job and moved that logic into the base test one * removed jest, after it has been reintroduced merging the branch "next" --------- Co-authored-by: Giovanni Bucci <[email protected]> --------- Co-authored-by: Gürgün Dayıoğlu <[email protected]> Co-authored-by: Giovanni Bucci <[email protected]> Co-authored-by: Giovanni Bucci <[email protected]>
- Loading branch information
1 parent
b34cc61
commit 01dbfc9
Showing
7 changed files
with
105 additions
and
132 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: ci | ||
name: CI | ||
|
||
on: | ||
push: | ||
|
@@ -16,36 +16,8 @@ on: | |
- '*.md' | ||
|
||
jobs: | ||
build: | ||
runs-on: ${{ matrix.os }} | ||
|
||
strategy: | ||
matrix: | ||
node-version: [14, 16, 18, 20] | ||
os: [macos-latest, ubuntu-latest] | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Use Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
|
||
- name: Install | ||
run: | | ||
npm install | ||
- name: Run Tests | ||
run: | | ||
npm run test:ci | ||
automerge: | ||
needs: build | ||
runs-on: ubuntu-latest | ||
permissions: | ||
pull-requests: write | ||
contents: write | ||
steps: | ||
- uses: fastify/github-action-merge-dependabot@v3 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
test: | ||
uses: fastify/workflows/.github/workflows/[email protected] | ||
with: | ||
license-check: true | ||
lint: true |
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.