Skip to content

Commit

Permalink
chore: Use reusable build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldowseza committed Oct 25, 2024
1 parent 394c6f6 commit ac07aeb
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: Build

on:
pull_request:
Expand All @@ -10,13 +10,5 @@ on:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm test
uses: cloudscape-design/actions/.github/workflows/build-lint-test.yml@main
secrets: inherit

0 comments on commit ac07aeb

Please sign in to comment.