Skip to content

Commit

Permalink
Update master_splace-classroom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lutfianRhdn authored May 21, 2024
1 parent 2531018 commit 04b50ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/master_splace-classroom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,22 @@ jobs:
build:
runs-on: ubuntu-latest

env:
DATABASE_URL: "mysql://application:XSn2&v$v.4cZ,[email protected]:3306/classroom-db"

steps:
- uses: actions/checkout@v4

- name: Set up Node.js version
uses: actions/setup-node@v3
with:
node-version: '20.x'

- name: generate prisma, npm install and build
run: |
yarn install
npx prisma generate
npm run prisma:migrate
yarn build
Expand Down

0 comments on commit 04b50ee

Please sign in to comment.