Skip to content

Commit

Permalink
chore: setup test build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Jul 26, 2024
1 parent b68d002 commit b818fc9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ jobs:
build:
name: Test Project Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run project build
run: |
npm install
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand Down

0 comments on commit b818fc9

Please sign in to comment.