From b8c64f1e481f7ffc31ff64798172aa5ff3a94a7d Mon Sep 17 00:00:00 2001 From: eveeifyeve Date: Sat, 13 Apr 2024 19:39:07 +1000 Subject: [PATCH] chore: removed testing for now because of issues --- .github/workflows/deploy.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9e689c4..35d19eb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,23 +39,23 @@ jobs: - name: Check Quality run: bunx @biomejs/biome check . && bunx stylelint 'src/styles/**/*.css' && bunx astro check - testing: - name: Testing - runs-on: macos-latest - steps: - - uses: actions/checkout@v4 - - uses: oven-sh/setup-bun@v1 - with: - bun-version: latest +# testing: +# name: Testing +# runs-on: macos-latest +# steps: +# - uses: actions/checkout@v4 +# - uses: oven-sh/setup-bun@v1 +# with: +# bun-version: latest - - name: Install Deps - run: bun install +# - name: Install Deps +# run: bun install - - name: Install Browsers Required for tests. - run: bunx playwright install +# - name: Install Browsers Required for tests. +# run: bunx playwright install - - name: Run Testing - run: bun test +# - name: Run Testing +# run: bun test build: name: Building