-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters