Skip to content

🦾 deploying: bumping image version for release v4.0.3 #134

🦾 deploying: bumping image version for release v4.0.3

🦾 deploying: bumping image version for release v4.0.3 #134

Workflow file for this run

name: Unit Tests, Linting and Formatting
on:
push:
branches: [main]
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
tests:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18.19
- name: Install dependencies
run: npm ci
- name: Linting
run: npm run lint
- name: Unit tests
run: npm run test:unit:ci
env:
PUBLIC_BUCKET_URL: https://storage.googleapis.com/enki-website