Skip to content

Commit

Permalink
ci: removed duplicate workflow and added step to existing workflow
Browse files Browse the repository at this point in the history
refs: #5
  • Loading branch information
aaronczichon committed Jun 25, 2024
1 parent 6d555c3 commit 4a58f08
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 53 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/build.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,23 @@ jobs:

- name: Build Library
run: npm run lib:build
build-demo-app:
name: Build Demo App
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20

- name: Install Dependencies
run: npm ci

- name: Build Demo app
run: npm run build
verify-changelog:
name: Verify Changelog
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4a58f08

Please sign in to comment.