Skip to content

Commit

Permalink
[ACS-5107] - Add 'affected' to GHA (#3399)
Browse files Browse the repository at this point in the history
* [ACS-5107] - Add 'affected' to GHA
  • Loading branch information
dominikiwanekhyland committed Aug 30, 2023
1 parent 303a862 commit b3ed9be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
fetch-depth: 0

- name: node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run affected:lint -- --base=origin/develop
- run: npm run stylelint

build:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
fetch-depth: 0

- name: node
uses: actions/setup-node@v3
Expand All @@ -99,7 +99,7 @@ jobs:
cache: 'npm'
- uses: ./.github/actions/before-install
- run: npm ci
- run: npm test ${{ matrix.unit-tests.name }} -- --browsers=ChromeHeadless --watch=false $TEST_OPTS
- run: npm run affected:test -- --browsers=ChromeHeadless --watch=false $TEST_OPTS --base=origin/develop

e2es:
needs: [lint, build, unit-tests]
Expand Down

0 comments on commit b3ed9be

Please sign in to comment.