Skip to content

Commit

Permalink
Added frontend test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
clevyr-anthony committed Oct 25, 2023
1 parent f0c3fe3 commit be41e44
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI

on: [push]

jobs:
frontend-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
- run: npm ci --frozen-lockfile
- run: npm run test

0 comments on commit be41e44

Please sign in to comment.