mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-10 13:00:59 -04:00
committed by
GitHub
parent
727a312229
commit
ebda6dcefd
24
.github/workflows/node.js-tests.yml
vendored
24
.github/workflows/node.js-tests.yml
vendored
@@ -81,12 +81,6 @@ jobs:
|
||||
echo pnpm version $(pnpm -v)
|
||||
pnpm lint
|
||||
|
||||
- name: Upload Turbo Summary
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
with:
|
||||
name: lint-turbo-summary
|
||||
path: .turbo/runs
|
||||
|
||||
# DONT REMOVE THIS JOB.
|
||||
# TODO: Refactor and use re-usable workflow and shared artifacts
|
||||
build:
|
||||
@@ -129,12 +123,6 @@ jobs:
|
||||
pnpm install
|
||||
pnpm run build
|
||||
|
||||
- name: Upload Turbo Summary
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
with:
|
||||
name: build-turbo-summary
|
||||
path: .turbo/runs
|
||||
|
||||
test:
|
||||
name: Test
|
||||
needs: build
|
||||
@@ -187,12 +175,6 @@ jobs:
|
||||
- name: Run Tests
|
||||
run: pnpm test
|
||||
|
||||
- name: Upload Turbo Summary
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
with:
|
||||
name: test-turbo-summary
|
||||
path: .turbo/runs
|
||||
|
||||
test-upcoming:
|
||||
name: Test - Upcoming Changes
|
||||
needs: build
|
||||
@@ -246,12 +228,6 @@ jobs:
|
||||
- name: Run Tests
|
||||
run: pnpm test
|
||||
|
||||
- name: Upload Turbo Summary
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
with:
|
||||
name: test-upcoming-turbo-summary
|
||||
path: .turbo/runs
|
||||
|
||||
test-localization:
|
||||
name: Test - i18n
|
||||
needs: build
|
||||
|
||||
Reference in New Issue
Block a user