Skip to content

Commit

Permalink
run tests for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Floby committed May 5, 2021
1 parent 87a7f83 commit 81a5db0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy-branches-and-prs.yml
Expand Up @@ -10,6 +10,17 @@ on:
- "*"

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "14.12"
- run: npm ci
- run: npm test -- --ci

deploy-dev:
# This workflow is only of value to the CovidTrackerFr/vitemadose-front repository and
# would always fail in forks, so we limit this job to CovidTrackerFr/vitemadose-front
Expand Down

0 comments on commit 81a5db0

Please sign in to comment.