Skip to content

Commit

Permalink
Changes to Next test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketsahu committed Oct 25, 2024
1 parent 27fb0f3 commit f5a587e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 306 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/next-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ jobs:
notify:
needs: test-next-13
if: failure()
if: always() && github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Slack Notification
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
text: 'Next.js 13 gluestack-ui Test failed!'
fields: repo,message,commit,author,action,eventName,ref,workflow
text: 'Next.js 13 Test: ${{ job.status }}'
fields: repo,commit,action,eventName
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
6 changes: 3 additions & 3 deletions .github/workflows/next-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ jobs:
notify:
needs: test-next-14
if: failure()
if: always() && github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Slack Notification
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
text: 'Next.js 14 gluestack-ui Test failed!'
fields: repo,message,commit,author,action,eventName,ref,workflow
text: 'Next.js 14 Test: ${{ job.status }}'
fields: repo,commit,action,eventName
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
6 changes: 3 additions & 3 deletions .github/workflows/next-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ jobs:
notify:
needs: test-next-latest
if: failure()
if: always() && github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Slack Notification
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
text: 'Next.js Latest gluestack-ui Test failed!'
fields: repo,message,commit,author,action,eventName,ref,workflow
text: 'Next.js Latest Test: ${{ job.status }}'
fields: repo,commit,action,eventName
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down
297 changes: 0 additions & 297 deletions .github/workflows/nextjs-test.yml

This file was deleted.

0 comments on commit f5a587e

Please sign in to comment.