Skip to content

Bump docker/build-push-action from 5 to 6 #206

Bump docker/build-push-action from 5 to 6

Bump docker/build-push-action from 5 to 6 #206

Workflow file for this run

name: Run unit tests
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test