Skip to content

Commit

Permalink
refactor: Rename to frontend_v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu committed Mar 23, 2024
1 parent ae10bb7 commit d02f174
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI
name: Frontend v1 CI

on:
push:
Expand All @@ -21,7 +21,7 @@ jobs:

defaults:
run:
working-directory: frontend/
working-directory: frontend_v1/

steps:
- uses: actions/checkout@v3
Expand All @@ -30,7 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
cache-dependency-path: frontend_v1/package-lock.json
- run: npm install
- run: npm run lint
- run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/frontend_v2.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI
name: Frontend v2 CI

on:
push:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d02f174

Please sign in to comment.