Skip to content

Commit

Permalink
chore: test with code change
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Apr 15, 2024
1 parent c1f5fa7 commit ea661f4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,18 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v2
- name: Checkout code
uses: actions/checkout@v4
- run: |
git fetch --no-tags --depth=1 origin develop
git checkout -b develop
git checkout ${{ github.event.pull_request.head.sha }}
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: cd frontend && npm install
- name: Install dependencies
run: cd frontend && yarn install
env:
CI: true

- name: npm run test:changedsince
run: cd frontend && npm run test:changedsince
env:
Expand Down

0 comments on commit ea661f4

Please sign in to comment.