Skip to content

Commit

Permalink
refactor: debug affected 2
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Jul 13, 2023
1 parent e9edf08 commit fa92f21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: CI - build,test affected projects on Pr+Merge
'on':
pull_request:
push:
branches:
- main
pull_request:

jobs:
ci:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
Expand All @@ -22,4 +23,4 @@ jobs:
run: npm ci

- name: Build affected projects
run: npm run nx -- affected -t=build,test,lint
run: npx nx affected:lint,build,test

0 comments on commit fa92f21

Please sign in to comment.