mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: create docker images for new api (#51538)
This commit is contained in:
committed by
GitHub
parent
90bdffca7b
commit
05d19b8b42
@@ -88,6 +88,23 @@ jobs:
|
||||
# name: webpack-stats
|
||||
# path: client/public/stats.json
|
||||
|
||||
build-new-api:
|
||||
name: Build New Api (Container)
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x]
|
||||
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
|
||||
|
||||
- name: Create Image
|
||||
run: |
|
||||
docker build \
|
||||
-t fcc-new-api \
|
||||
-f docker/new-api/Dockerfile .
|
||||
|
||||
cypress-run:
|
||||
name: Test
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
Reference in New Issue
Block a user