Skip to content

Commit

Permalink
Update and rename angular.yml to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbator authored Dec 19, 2024
1 parent 4699690 commit 3133271
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/angular.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI

on:
push:
branches: ['dev', 'main']
pull_request:
branches: ['main']
branches: ['dev']
workflow_call:

jobs:
build:
test:
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 3133271

Please sign in to comment.