Skip to content

Merge pull request #285 from VEuPathDB/190-advanced-map-marker-config #165

Merge pull request #285 from VEuPathDB/190-advanced-map-marker-config

Merge pull request #285 from VEuPathDB/190-advanced-map-marker-config #165

Workflow file for this run

name: Generate caches
on:
push:
branches:
- main
jobs:
# Cache yarn install command
# See https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#example-using-the-cache-action
cache-yarn:
name: Generate yarn cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
cache: yarn
- run: yarn