Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
awhiteside1 committed Sep 16, 2024
1 parent 1d2dbb4 commit fa8b021
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:

jobs:
setup:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -18,32 +18,8 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Upload workspace
uses: actions/upload-artifact@v3
with:
name: workspace
path: .
retention-days: 1

build:
needs: setup
runs-on: ubuntu-latest
steps:
- name: Download workspace
uses: actions/download-artifact@v3
with:
name: workspace
- name: Build
run: pnpm build

test:
needs: setup
runs-on: ubuntu-latest
steps:
- name: Download workspace
uses: actions/download-artifact@v3
with:
name: workspace
- name: Lint
run: pnpm lint
- name: Test
Expand Down

0 comments on commit fa8b021

Please sign in to comment.