Skip to content

Commit

Permalink
Create DeveloperBuildAndTeste.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ecsistem authored Aug 21, 2023
1 parent 81f9f0e commit b6c67b7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/DeveloperBuildAndTeste.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

name: Developer Build and Test
on:
push:
branches: [ "developer" ]
pull_request:
branches: [ "developer" ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build

0 comments on commit b6c67b7

Please sign in to comment.