Skip to content

Commit

Permalink
chore: removed testing for now because of issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eveeifyeve committed Apr 13, 2024
1 parent 7af8e52 commit b8c64f1
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8c64f1

Please sign in to comment.