Skip to content

Commit

Permalink
Disabled Dockerfile & cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
anisharaz committed Oct 13, 2024
1 parent 5fcffcf commit a18edff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
36 changes: 19 additions & 17 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
name: CI
###### NEED TO BE RE-WRITTEN FOR TURBO REPO ######

on:
pull_request:
branches: [main]
# name: CI

jobs:
build:
runs-on: ubuntu-latest
# on:
# pull_request:
# branches: [main]

steps:
- uses: actions/checkout@main
# jobs:
# build:
# runs-on: ubuntu-latest

- name: Use Node.js
uses: actions/setup-node@main
with:
node-version: "18"
# steps:
# - uses: actions/checkout@main

- name: Install dependencies
run: npm ci
# - name: Use Node.js
# uses: actions/setup-node@main
# with:
# node-version: "18"

- name: Build Next.js app
run: npm run build
# - name: Install dependencies
# run: npm ci

# - name: Build Next.js app
# run: npm run build
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# THIS FILE NEEDS TO BE UPDATED TO USE WITH TURBO REPO
###### NEED TO BE RE-WRITTEN FOR TURBO REPO ######


# FROM node:20-alpine AS base

Expand Down

0 comments on commit a18edff

Please sign in to comment.