ci: update workflows

This commit is contained in:
lowlighter
2022-01-15 21:25:19 -05:00
parent 3f840aa4af
commit 37db30eabf
2 changed files with 6 additions and 2 deletions

View File

@@ -51,10 +51,16 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 17
- name: Pull changes
run: |
git checkout master
git pull
- name: Setup metrics
run: npm ci
- name: Publish rebuild metrics indexes

View File

@@ -3,8 +3,6 @@ name: Build, test and analyze
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
workflow_call:
jobs: