Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

chore(deps): bump FranzDiebold/github-env-vars-action from 2.7.0 to 2.8.0 #1958

chore(deps): bump FranzDiebold/github-env-vars-action from 2.7.0 to 2.8.0

chore(deps): bump FranzDiebold/github-env-vars-action from 2.7.0 to 2.8.0 #1958

Workflow file for this run

name: Test
on:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test-ts:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup node environment
uses: actions/setup-node@v4
with:
node-version: 16.14.0
- name: Fetch dependencies
run: |
yarn
- name: Test typescript
run: |
yarn coverage
- name: Upload coverage
uses: codecov/codecov-action@v3
if: github.actor != 'dependabot[bot]'
with:
files: ./coverage/lcov.info
verbose: true