Skip to content

Commit

Permalink
fix: Remove phase test
Browse files Browse the repository at this point in the history
-Remove phase test because yet not is implemented
  • Loading branch information
SkyZeroZx committed Jul 27, 2023
1 parent be17752 commit d3e9622
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: npm ci
- name: Lint affected
run: npx nx affected -t lint
- name: Test affected
run: npx nx affected -t test --configuration=ci
# - name: Test affected
# run: npx nx affected -t test --configuration=ci
- name: Build affected
run: npx nx affected -t build
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
run: npm ci
- name: Lint
run: npx nx run-many -t lint
- name: Test
run: npx nx run-many -t test --configuration=ci
- name: Build
run: npx nx run-many -t build
# - name: Test
# run: npx nx run-many -t test --configuration=ci
- name: Release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d3e9622

Please sign in to comment.