Skip to content

chore(deps): update codecov/codecov-action action to v4 - autoclosed #176

chore(deps): update codecov/codecov-action action to v4 - autoclosed

chore(deps): update codecov/codecov-action action to v4 - autoclosed #176

Workflow file for this run

name: Workflow
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: lts/*
registry-url: https://registry.npmjs.org
cache: yarn
- run: yarn install
- run: yarn run build
- run: yarn test
env:
CI: true
BASE_URL: https://api.tripletex.io/
CONSUMER_TOKEN: ${{ secrets.CONSUMER_TOKEN }}
EMPLOYEE_TOKEN: ${{ secrets.EMPLOYEE_TOKEN }}
- uses: codecov/codecov-action@v4