Skip to content

Commit

Permalink
chore: rm test logic - the main check is working
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean McCaffery committed Sep 13, 2024
1 parent 37f12ff commit 416e974
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nextjs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
- name: Install dependencies
run: yarn install --production
- name: Check logic
run: |
echo ${{ github.ref == 'refs/heads/main' && 'bad' || 'good' }}
echo ${{ github.ref != 'refs/heads/main' && 'good' || 'bad' }}
- name: Build with Next.js
run: yarn build
env:
Expand Down

0 comments on commit 416e974

Please sign in to comment.