Skip to content

Commit

Permalink
Adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Dec 20, 2024
1 parent cb321a8 commit 906cf1f
Showing 1 changed file with 4 additions and 34 deletions.
38 changes: 4 additions & 34 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,14 @@ jobs:
with:
node-version: '20'

- name: pnpm install
- name: install node modules
uses: ./.github/actions/pnpm-install

- name: sleekgrid tests
run: pnpm test
working-directory: "./packages/sleekgrid"

- name: corelib tests
run: pnpm test
working-directory: "./packages/corelib"

- name: pnpm install common-features
run: pnpm install --frozen-lockfile --prefer-offline
working-directory: "./common-features"

- name: pnpm build common-features
- name: script build
run: pnpm -r build
working-directory: "./common-features/src"

- name: npm install serene
run: npm install
working-directory: "./serene/src/Serene.Web"
- name: script tests
run: pnpm -r test -- --coverage

- name: dotnet pack Serenity.Net.CodeGenerator
run: dotnet pack
Expand All @@ -71,19 +57,3 @@ jobs:
- name: dotnet test
run: dotnet test --no-build --verbosity normal

#- name: generate dynamic-data under test-utils
# run: dotnet ../../serene/src/Serene.Web/bin/Debug/net8.0/Serene.Web.dll dynamic-data
# working-directory: "./packages/test-utils"

- name: js tests common-features
run: pnpm -r test
working-directory: "common-features"

#- name: generate dynamic-data under Serene.Web
# run: dotnet ./bin/Debug/net8.0/Serene.Web.dll dynamic-data
# working-directory: "./serene/src/Serene.Web"

- name: js tests Serene.Web
run: npm run test
working-directory: "./serene/src/Serene.Web"

0 comments on commit 906cf1f

Please sign in to comment.