Skip to content

feat(tiles): vardorvis #22

feat(tiles): vardorvis

feat(tiles): vardorvis #22

Workflow file for this run

name: Update Coveralls
on:
push:
branches:
- main
jobs:
run-ci:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Update Coveralls
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install dependencies (with cache)
uses: bahmutov/npm-install@v1
- name: Update coveralls coverage
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: yarn coverage:coveralls