Skip to content

Commit

Permalink
Merge pull request #3 from Resgrid/develop
Browse files Browse the repository at this point in the history
fix: CU-8688ucrbp adding test action
  • Loading branch information
ucswift authored Jun 20, 2024
2 parents 9a12512 + 06f6a25 commit ad7f691
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Tests

on:
push:
branches:
- master
- develop

jobs:
release:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: "20.8.1"
- run: npm install -g @angular/cli
- run: npm ci
- run: npm run prepublishOnly

0 comments on commit ad7f691

Please sign in to comment.