Skip to content

Add pepe the frog shipit gif #128

Add pepe the frog shipit gif

Add pepe the frog shipit gif #128

name: Tests
on: [pull_request]
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn test