diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d11538..af99440 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,18 +43,18 @@ jobs: - run: npm install - run: CI='false' npm run build - test: - name: Test - runs-on: ubuntu-latest + # test: + # name: Test + # runs-on: ubuntu-latest - steps: - - name: Create .env file - run: | - touch .env - echo "${{ secrets.ENV_DEVELOPMENT }}" > .env - - uses: actions/checkout@v3 - - uses: actions/setup-node@v2 - with: - node-version: '20' - - run: npm install - - run: npm run start + # steps: + # - name: Create .env file + # run: | + # touch .env + # echo "${{ secrets.ENV_DEVELOPMENT }}" > .env + # - uses: actions/checkout@v3 + # - uses: actions/setup-node@v2 + # with: + # node-version: '20' + # - run: npm install + # - run: npm run build