Skip to content

fix(caching): 🔧 Changing the caching strategy #649

fix(caching): 🔧 Changing the caching strategy

fix(caching): 🔧 Changing the caching strategy #649

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Test
run: |
yarn
yarn test:ci
- name: Publish Code Coverage
if: github.repository == 'pln-planning-tools/Starmap'
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_TEST_REPORTER_ID }}