Skip to content

Update test snapshots with yarn test -u (#548) #456

Update test snapshots with yarn test -u (#548)

Update test snapshots with yarn test -u (#548) #456

Workflow file for this run

name: Node.js CI - test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.8.0]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.19
- run: export PATH=$HOME/.yarn/bin:$PATH
- run: yarn
- run: yarn add sharp --ignore-engines
- shell: bash
env:
GEO_APP_ID: ${{ secrets.GEO_APP_ID }}
GEO_APP_KEY: ${{ secrets.GEO_APP_KEY }}
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
PLATERECOGNIZER_TOKEN: ${{ secrets.PLATERECOGNIZER_TOKEN }}
PLATERECOGNIZER_TOKEN_TWO: ${{ secrets.PLATERECOGNIZER_TOKEN_TWO }}
run: yarn test