Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed Sep 8, 2024
1 parent 70104c1 commit 25259cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 64 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/deploy.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/preview.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
build:
name: "Build & test packages"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -18,6 +19,6 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build packages
run: bun run build --filter='@atmx-org/*'
run: bun run build --filter='!www'
- name: Running tests
run: bun test --affected
run: bun test

0 comments on commit 25259cf

Please sign in to comment.