Skip to content

Commit

Permalink
chore: remove redundant job (freeCodeCamp#51543)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeytonwilliams authored Sep 13, 2023
1 parent ade2092 commit 1119c21
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/node.js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,54 +155,6 @@ jobs:
needs: build
runs-on: ubuntu-20.04

strategy:
fail-fast: false
matrix:
node-version: [18.x]

steps:
- name: Checkout Source Files
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm

- name: Set Environment variables
run: |
cp sample.env .env
echo 'SHOW_UPCOMING_CHANGES=true' >> .env
cat .env
- name: Start MongoDB
uses: supercharge/mongodb-github-action@b0a1493307c4e9b82ed61f3858d606c5ff190c64 # v1.10.0
with:
mongodb-version: 6.0
mongodb-replica-set: test-rs
mongodb-port: 27017

- name: Install Dependencies
run: |
echo pnpm version $(pnpm -v)
pnpm install
pnpm run create:shared
pnpm run build:curriculum
- name: Run Tests
run: pnpm test

test-new:
name: Test - New Curriculum
needs: build
runs-on: ubuntu-20.04

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 1119c21

Please sign in to comment.