diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 176d893..657be26 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,23 +1,23 @@ -name: Cypress Tests +# name: Cypress Tests -on: [push] +# on: [push] -jobs: - cypress-run: - runs-on: ubuntu-latest - environment: Test - steps: - - name: Checkout - uses: actions/checkout@v3 +# jobs: +# cypress-run: +# runs-on: ubuntu-latest +# environment: Test +# steps: +# - name: Checkout +# uses: actions/checkout@v3 - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: '22.13.1' - cache: 'npm' +# - name: Setup Node.js +# uses: actions/setup-node@v3 +# with: +# node-version: '22.13.1' +# cache: 'npm' - - name: Install dependencies - run: npm ci +# - name: Install dependencies +# run: npm ci - - name: Build - run: npm run build \ No newline at end of file +# - name: Build +# run: npm run build \ No newline at end of file diff --git a/src/app/character/page.tsx b/src/app/character/page.tsx index 4521247..eada692 100644 --- a/src/app/character/page.tsx +++ b/src/app/character/page.tsx @@ -1,4 +1,3 @@ - export default function Character() { return (