Skip to content

Commit

Permalink
updated config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagarjun Sanji committed Jun 30, 2024
1 parent af766d7 commit c02c65d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies
run: npm ci
- name: Cache repository
id: cache-repo
uses: actions/cache@v4
Expand All @@ -23,8 +25,6 @@ jobs:
key: ${{ runner.os }}-repo-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-repo-
- name: Install dependencies
run: npm ci
build:
runs-on: ubuntu-latest
needs: setup
Expand All @@ -36,12 +36,6 @@ jobs:
key: ${{ runner.os }}-repo-${{ hashFiles('**/package-lock.json') }}
- name: Compile
run: npm run compile
- name: Upload dist to artifact
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
retention-days: 1

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c02c65d

Please sign in to comment.