Skip to content

Commit

Permalink
ci tests on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliodiez committed Dec 29, 2023
1 parent 984d6cb commit a0e11de
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: CI workflow

on: pull_request

jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install front
run:
npm install
- name: Build
run:
npm run build
- name: Tests front
run:
npm test

0 comments on commit a0e11de

Please sign in to comment.