Skip to content

Commit

Permalink
fix: Fixes workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
imterah committed May 10, 2024
1 parent b5f1bdd commit 4235f22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/api-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ defaults:
run:
working-directory: api

env:
DATABASE_URL: "postgresql://nextnet:[email protected]:5432/nextnet?schema=nextnet"

jobs:
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -47,7 +50,7 @@ jobs:
run: npx prisma migrate dev

- name: Build source
run: npm build
run: npm run build

- name: Run eslint
run: npx eslint src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lom-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm install --save-dev

- name: Build source
run: npm build
run: npm run build

- name: Run eslint
run: npx eslint src
Expand Down

0 comments on commit 4235f22

Please sign in to comment.