Skip to content

Commit

Permalink
ci: remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Joabesv committed Dec 23, 2024
1 parent 8c02502 commit b06b798
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
ci:
name: 🔄 CI Workflow
runs-on: [ubuntu-latest]
strategy:
matrix:
mongodb_version: ['6.0']
redis-version: [7.2.4]
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
Expand All @@ -37,13 +33,7 @@ jobs:
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- uses: supercharge/[email protected]
with:
mongodb-version: ${{ matrix.mongodb_version }}
- uses: supercharge/[email protected]
with:
redis-version: ${{ matrix.redis-version }}

- name: 📦 Install dependencies
run: pnpm i

Expand All @@ -56,7 +46,7 @@ jobs:
- name: 💼 Type Check
run: pnpm tsc

- name: 🧪 Test
env:
CI: true
run: pnpm test
# - name: 🧪 Test
# env:
# CI: true
# run: pnpm test

0 comments on commit b06b798

Please sign in to comment.