Skip to content

GitHub etag still counts against api quota when not authenticated, ra… #226

GitHub etag still counts against api quota when not authenticated, ra…

GitHub etag still counts against api quota when not authenticated, ra… #226

Workflow file for this run

name: Tests
on:
push:
branches:
- master
jobs:
build:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Unit tests
run: npm run compile:dev