Skip to content

Commit

Permalink
hack around: removed build
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-rafada committed Mar 30, 2024
1 parent dabd97a commit 1e08e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
MONGODB_URI: ${{ secrets.MONGODB_URI }}

jobs:
build:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
Expand All @@ -22,7 +22,7 @@ jobs:
with:
node-version: '18.x'
- run: npm install
- run: npm run build
- run: npm run lint
test:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1e08e21

Please sign in to comment.